This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user