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.
2 parents ec48e31 + a77d9b2 commit d51be4bCopy full SHA for d51be4b
1 file changed
react-router.config.ts
@@ -3,5 +3,5 @@ import type { Config } from '@react-router/dev/config';
3
export default {
4
appDirectory: 'src/app',
5
buildDirectory: 'dist',
6
- ssr: false,
+ ssr: true,
7
} satisfies Config;
0 commit comments