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 d858fe6 commit 303167dCopy full SHA for 303167d
packages/tiny-vue-mobile-first/src/router.ts
@@ -13,6 +13,6 @@ const routes = [
13
]
14
15
export const router = createRouter({
16
- history: createWebHistory(),
+ history: createWebHistory('/tiny-vue-template/'),
17
routes
18
})
0 commit comments