/ react-router.config.ts
react-router.config.ts
1 import type { Config } from "@react-router/dev/config"; 2 3 export default { 4 // Config options... 5 // Server-side render by default, to enable SPA mode set this to `false` 6 ssr: true, 7 } satisfies Config;