mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
admin must be reachable under /admin even locally - till we parameterize this there is no other solution
This commit is contained in:
parent
323215628e
commit
6adb2298c0
@ -5,7 +5,7 @@ import routes from './routes'
|
|||||||
Vue.use(VueRouter)
|
Vue.use(VueRouter)
|
||||||
|
|
||||||
const router = new VueRouter({
|
const router = new VueRouter({
|
||||||
base: '/',
|
base: '/admin',
|
||||||
routes,
|
routes,
|
||||||
linkActiveClass: 'active',
|
linkActiveClass: 'active',
|
||||||
mode: 'history',
|
mode: 'history',
|
||||||
|
|||||||
@ -17,7 +17,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
lintOnSave: true,
|
lintOnSave: true,
|
||||||
publicPath: '/',
|
publicPath: '/admin',
|
||||||
configureWebpack: {
|
configureWebpack: {
|
||||||
// Set up all the aliases we use in our app.
|
// Set up all the aliases we use in our app.
|
||||||
resolve: {
|
resolve: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user