subul / frontend /react-router.config.ts
Kaadan's picture
changes necessary to host on HF spaces
35454f8
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;