[READ-ONLY] Mirror of https://github.com/danielroe/repro-400.
0

Configure Feed

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

repro-400 / nitro / nitro.config.ts
117 B 7 lines
1import { defineConfig } from "nitro"; 2 3export default defineConfig({ 4 routeRules: { 5 '/': { isr: true } 6 }, 7});