Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

at 8d960b1e8e0b3ed7a306ea7803f5af66419b7b37 4 lines 149 B view raw
1import { generateRSS } from '@/utils/feed' 2import type { APIContext } from 'astro' 3 4export const GET = (context: APIContext) => generateRSS(context)