This commit is contained in:
2025-02-21 14:04:17 -03:00
parent f0b840b8e8
commit a8d0667b89
26 changed files with 197 additions and 252 deletions

View File

@@ -1,7 +1,7 @@
import type { Config } from "@react-router/dev/config";
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,
} satisfies Config;
} satisfies Config