always-uptime / react-router.config.ts
sachnun's picture
Initial commit from create-react-router
5c2123b
raw
history blame
205 Bytes
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;