fix(frontend): fixes issue of routes and history mode
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user