hunt-blacklist-frontend/react-router.config.ts

8 lines
205 B
TypeScript
Raw Permalink Normal View History

2026-01-21 05:09:39 +01: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;