This commit is contained in:
2025-05-21 08:47:21 +03:00
parent 079ce23363
commit 3cd4b8861e
8 changed files with 123 additions and 124 deletions

View File

@@ -1,7 +1,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: false,
// Config options...
// Server-side render by default, to enable SPA mode set this to `false`
ssr: false,
} satisfies Config;