commit | 3131a46894fda8f96826be14b157fc2761853dd0 | [log] [tgz] |
---|---|---|
author | sogln <22301014@bjtu.edu.cn> | Tue Apr 15 17:01:40 2025 +0800 |
committer | sogln <22301014@bjtu.edu.cn> | Tue Apr 15 17:01:40 2025 +0800 |
tree | d82c4cca784c29f6c5eb9fa696f670e19edab56d | |
parent | af31bbba2e3206527a2a83dd94a80113b190d998 [diff] [blame] |
初始化 Change-Id: I626ae7fe177226b54e263cc8f7703a7f55920b40
diff --git a/react-router.config.ts b/react-router.config.ts new file mode 100644 index 0000000..6ff16f9 --- /dev/null +++ b/react-router.config.ts
@@ -0,0 +1,7 @@ +import type { Config } from "@react-router/dev/config"; + +export default { + // Config options... + // Server-side render by default, to enable SPA mode set this to `false` + ssr: true, +} satisfies Config;