🦟 Fixed 404s upon page refresh

This commit is contained in:
2022-03-01 23:01:57 -08:00
parent 769e2e3edc
commit 9ec5040bd7
10 changed files with 238 additions and 189 deletions

View File

@@ -73,9 +73,9 @@ module.exports = () => {
aliasFields: ["browser", "browser.esm"],
},
devServer: {
hot: true,
port: 3050,
open: true,
hot: true,
proxy: {
"/api/**": {
target: "http://localhost:8050",