summaryrefslogtreecommitdiff
path: root/react-router.config.ts
blob: 6ff16f9177990da17bc9a0f088b408b6e7920f41 (plain)
1
2
3
4
5
6
7
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;