admin must be reachable under /admin even locally - till we parameterize this there is no other solution

This commit is contained in:
Ulf Gebhardt 2022-01-10 08:13:56 +01:00
parent 323215628e
commit 6adb2298c0
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import routes from './routes'
Vue.use(VueRouter)
const router = new VueRouter({
base: '/',
base: '/admin',
routes,
linkActiveClass: 'active',
mode: 'history',

View File

@ -17,7 +17,7 @@ module.exports = {
},
},
lintOnSave: true,
publicPath: '/',
publicPath: '/admin',
configureWebpack: {
// Set up all the aliases we use in our app.
resolve: {