From 960e31020879866cbd5ee214626be1f6c86df4b0 Mon Sep 17 00:00:00 2001 From: hypercross Date: Mon, 13 Jul 2026 00:49:24 +0800 Subject: [PATCH] feat(dev-server): enable historyApiFallback --- rsbuild.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/rsbuild.config.ts b/rsbuild.config.ts index a63ecb6..5f247f6 100644 --- a/rsbuild.config.ts +++ b/rsbuild.config.ts @@ -48,6 +48,7 @@ export default defineConfig({ "/content": "http://localhost:3000", "/.ttrpg": "http://localhost:3000", }, + historyApiFallback: true, }, output: { distPath: {