Add BASE_URL

This commit is contained in:
Kamil Niemczycki 2021-04-25 20:22:34 +02:00
parent 45ca7f321c
commit b90c6c5564

View File

@ -43,7 +43,7 @@ const routes = [
const router = new VueRouter({
mode: 'history',
base: process.env.BASE_URL,
base: process.env.BASE_URL ?? '/',
routes
})