router: set basename /publish_dishboard for correct Vue history routing
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ const routes = [
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory(),
|
||||
history: createWebHistory('/publish_dishboard'),
|
||||
routes
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user