sinpin/react-router.config.ts

8 lines
206 B
TypeScript
Raw Permalink Normal View History

2026-01-08 16:19:27 +00:00
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: false,
} satisfies Config;