diff --git a/vue.config.js b/vue.config.js index 4155800c..e9c3e404 100644 --- a/vue.config.js +++ b/vue.config.js @@ -121,6 +121,7 @@ module.exports = { ] }, exclude: [ + /^index\.html$/, /^mobile\.html$/, /^desktop\.html$/, /^robots\.txt$/,