diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-06 21:56:00 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-06 21:56:00 +0900 |
| commit | 014b29bc22b1c207a03dd560051ecdd5df63f0b1 (patch) | |
| tree | 3fc027179b84776f643f2ebf1f3fe96f6604648e /react-router.config.ts | |
Initial commit from create-react-router
Diffstat (limited to 'react-router.config.ts')
| -rw-r--r-- | react-router.config.ts | 7 |
1 files changed, 7 insertions, 0 deletions
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; |
