react/react-router.config.ts
jank effa4e4cf7
Some checks failed
Build and Push Docker Image / Build (push) Failing after 18s
Build and Push Docker Image / Package (push) Has been skipped
fix: Fix up some stuff
2025-09-10 12:29:25 +02:00

7 lines
206 B
TypeScript

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;