This commit is contained in:
@ -2,6 +2,8 @@ import rss from '@astrojs/rss'
|
|||||||
import type { APIRoute } from 'astro'
|
import type { APIRoute } from 'astro'
|
||||||
import { listBlogs, type ListBlogItemType } from '../lib/apis/legacy/blog'
|
import { listBlogs, type ListBlogItemType } from '../lib/apis/legacy/blog'
|
||||||
|
|
||||||
|
export const prerender = false
|
||||||
|
|
||||||
export const GET = (async (context) => {
|
export const GET = (async (context) => {
|
||||||
let blogs: ListBlogItemType[] = []
|
let blogs: ListBlogItemType[] = []
|
||||||
let pid = 0
|
let pid = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user