Files
react-test/examples/material-ui-react-router-ts/react-router.config.ts

8 lines
205 B
TypeScript
Raw Permalink Normal View History

2025-12-12 14:26:25 +09: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: true,
} satisfies Config;