Skip to content

Commit

Permalink
fix: feed request
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Dec 15, 2023
1 parent cc340b9 commit 9002dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/site/[site]/feed/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9002dce

Please sign in to comment.