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