We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69dac7 commit 648f41cCopy full SHA for 648f41c
1 file changed
src/router/main.js
@@ -14,7 +14,7 @@ const routes = [
14
]
15
16
const router = createRouter({
17
- history: createWebHistory(import.meta.env.BASE_URL),
+ history: createWebHistory(),
18
routes
19
})
20
0 commit comments