Select the types of activity you want to include in your feed.
1import { generateAtom } from '@/utils/feed' 2import type { APIContext } from 'astro' 3 4export const GET = (context: APIContext) => generateAtom(context)