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 6e599d6 commit f91a89bCopy full SHA for f91a89b
test-app/react-router.config.ts
@@ -2,6 +2,5 @@ import type { Config } from "@react-router/dev/config";
2
3
export default {
4
// Config options...
5
- ssr: true, // Since we cannot disable ssr on selected pages, setting it to false here and using prerender for one path specifically
6
- prerender: ["/ssr"], // This will essentially prerender and hamari ssr ki testing ho jayegi
+ ssr: true,
7
} satisfies Config;
0 commit comments