cahnge public path to / (frontend)

This commit is contained in:
Ulf Gebhardt 2022-01-05 11:45:54 +01:00
parent 7915cf171e
commit 60848cc818
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

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