mirror of
https://github.com/kennethnym/freya
synced 2026-06-25 10:54:54 +01:00
7
apps/waitlist-website/react-router.config.ts
Normal file
7
apps/waitlist-website/react-router.config.ts
Normal file
@@ -0,0 +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: true,
|
||||
} satisfies Config
|
||||
Reference in New Issue
Block a user