mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-07 10:14:06 -04:00
fix: removed history mode for router to prevent 404 on route direct access
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
45112d1b33
commit
b46ae1a89e
@ -125,7 +125,6 @@ const routes = [
|
||||
]
|
||||
|
||||
const router = new VueRouter({
|
||||
mode: 'history',
|
||||
base: process.env.BASE_URL,
|
||||
routes
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user