We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4409872 commit e8c9a4fCopy full SHA for e8c9a4f
react-router.config.ts
@@ -3,5 +3,5 @@ import type { Config } from "@react-router/dev/config";
3
export default {
4
// Config options...
5
// Server-side render by default, to enable SPA mode set this to `false`
6
- ssr: true,
+ ssr: false,
7
} satisfies Config;
0 commit comments