Explorar o código

fix: dashboard URL

Ahmad Kholid %!s(int64=2) %!d(string=hai) anos
pai
achega
00f4c40a87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/newtab/App.vue

+ 1 - 1
src/newtab/App.vue

@@ -213,7 +213,7 @@ browser.runtime.onMessage.addListener(({ type, data }) => {
 (async () => {
   try {
     const tabs = await browser.tabs.query({
-      url: browser.runtime.getURL('/newtab.html/*'),
+      url: browser.runtime.getURL('/newtab.html'),
     });
     if (tabs.length > 1) {
       const firstTab = tabs.shift();