fix: history page not opening in firefox

This commit is contained in:
abhijithvijayan
2026-01-04 03:04:46 +05:30
parent 02e83642e4
commit 6d01680a4b

View File

@@ -8,7 +8,7 @@ export function openExtOptionsPage(): Promise<void> {
export function openHistoryPage(): Promise<Tabs.Tab> {
return browser.tabs.create({
active: true,
url: 'History/history.html',
url: '/History/history.html',
});
}