this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 205 B view raw
1import type { Config } from "@react-router/dev/config"; 2 3export default { 4 // Config options... 5 // Server-side render by default, to enable SPA mode set this to `false` 6 ssr: true, 7} satisfies Config;