fix: json feed title

This commit is contained in:
DIYgod 2022-09-17 00:41:40 +01:00
parent 525af6fa03
commit cffd9c84b5
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export const getServerSideProps: GetServerSideProps = async (ctx) => {
feed_url: `${link}/feed.json`,
items: pages.list?.map((page) => ({
id: page.id,
title: page.title,
content_html: page.body?.content,
summary: page.summary?.content,
url: `${link}/${page.slug || page.id}`,