fix: Fix up some stuff
This commit is contained in:
parent
dd9a4b6b60
commit
effa4e4cf7
3 changed files with 6 additions and 6 deletions
|
@ -3,5 +3,5 @@ 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,
|
||||
ssr: false,
|
||||
} satisfies Config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue