Parcourir la source

fix: dashboard URL

Ahmad Kholid il y a 2 ans
Parent
commit
00f4c40a87
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();