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:
Corentin Thomasset 2020-06-07 19:08:42 +02:00 committed by Corentin THOMASSET
parent 45112d1b33
commit b46ae1a89e

View file

@ -125,7 +125,6 @@ const routes = [
]
const router = new VueRouter({
mode: 'history',
base: process.env.BASE_URL,
routes
});