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 93856307e5f4eeb75dad33c7e3281050e4e8d7b9 4 lines 151 B view raw
1import { generateAtom } from '@/utils/feed' 2import type { APIContext } from 'astro' 3 4export const GET = (context: APIContext) => generateAtom(context)