fix: json feed title
This commit is contained in:
parent
525af6fa03
commit
cffd9c84b5
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue