diff --git a/vue.config.js b/vue.config.js index 9b785b6..94c2e7f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -21,5 +21,8 @@ module.exports = { .test(/\.svg$/) .use("raw-loader") .loader("raw-loader"); + }, + devServer: { + allowedHosts: "all" } };