Browse Source

fix: dashboard URL

Ahmad Kholid 2 years ago
parent
commit
00f4c40a87
1 changed files with 1 additions and 1 deletions
  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();