diff --git a/frontend/vue.config.js b/frontend/vue.config.js index c0ddb1212..0eef0bd79 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -17,7 +17,8 @@ module.exports = { historyApiFallback: { rewrites: [ { from: /^\/$/, to: "/app.html" }, - { from: /\/auth/, to: "/auth.html" } + { from: /\/auth/, to: "/auth.html" }, + { from: /./, to: "/app.html" } ] } },