RSS 页面不可预渲染
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-01 02:26:34 +08:00
parent 4e56bc0d38
commit 605d53d590

View File

@ -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