diff --git a/vue.config.js b/vue.config.js index 7d55dd12..4cf99ffe 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,5 +3,8 @@ module.exports = defineConfig({ transpileDependencies: true, publicPath: process.env.NODE_ENV === 'production' ? '/ugly-avatar/' - : '/' + : '/', + devServer: { + allowedHosts: "all", + }, })