mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -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
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ const routes = [
|
|||
]
|
||||
|
||||
const router = new VueRouter({
|
||||
mode: 'history',
|
||||
base: process.env.BASE_URL,
|
||||
routes
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue