diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index ccee1e1..59223ca 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -2,6 +2,8 @@ import rss from '@astrojs/rss' import type { APIRoute } from 'astro' import { listBlogs, type ListBlogItemType } from '../lib/apis/legacy/blog' +export const prerender = false + export const GET = (async (context) => { let blogs: ListBlogItemType[] = [] let pid = 0