blob: 6ff16f9177990da17bc9a0f088b408b6e7920f41 [file] [log] [blame]
sogln3131a462025-04-15 17:01:40 +08001import type { Config } from "@react-router/dev/config";
2
3export default {
4 // Config options...
5 // Server-side render by default, to enable SPA mode set this to `false`
6 ssr: true,
7} satisfies Config;