Select the types of activity you want to include in your feed.
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;