feat(dev-server): enable historyApiFallback
This commit is contained in:
parent
981c829d0f
commit
960e310208
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue