feat(dev-server): enable historyApiFallback

This commit is contained in:
hypercross 2026-07-13 00:49:24 +08:00
parent 981c829d0f
commit 960e310208
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ export default defineConfig({
"/content": "http://localhost:3000", "/content": "http://localhost:3000",
"/.ttrpg": "http://localhost:3000", "/.ttrpg": "http://localhost:3000",
}, },
historyApiFallback: true,
}, },
output: { output: {
distPath: { distPath: {