diff --git a/app/vue.config.js b/app/vue.config.js index b8f6973d..55f799ce 100644 --- a/app/vue.config.js +++ b/app/vue.config.js @@ -51,8 +51,10 @@ module.exports = { } } }, + publicPath: '/yunohost/admin', devServer: { https: true, + disableHostCheck: true, proxy: { '^/yunohost': { target: `https://${process.env.VUE_APP_IP}`,