fix: feed request

This commit is contained in:
DIYgod 2023-12-15 20:16:33 +08:00
parent cc340b952c
commit 9002dce682
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export async function GET(
const site = await getSite(params.site)
const pages = await getPagesBySite({
characterId: site?.characterId,
type: ["post", "portfolio"],
type: "post",
visibility: PageVisibilityEnum.Published,
keepBody: true,
useHTML: true,