We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cdbab commit f74b721Copy full SHA for f74b721
src/router/index.js
@@ -36,7 +36,7 @@ const routes = [
36
]
37
38
const router = createRouter({
39
- history: createWebHistory(),
+ history: createWebHistory('/business'),
40
routes,
41
})
42
0 commit comments