Add BASE_URL
This commit is contained in:
parent
45ca7f321c
commit
b90c6c5564
@ -43,7 +43,7 @@ const routes = [
|
|||||||
|
|
||||||
const router = new VueRouter({
|
const router = new VueRouter({
|
||||||
mode: 'history',
|
mode: 'history',
|
||||||
base: process.env.BASE_URL,
|
base: process.env.BASE_URL ?? '/',
|
||||||
routes
|
routes
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user