fix: feed field
This commit is contained in:
parent
308562dc7a
commit
fb23caebfc
8 changed files with 77 additions and 22 deletions
|
@ -18,7 +18,7 @@ export async function GET() {
|
|||
title: link.feed.title,
|
||||
pubDate: link.feed.date,
|
||||
link: link.feed.url,
|
||||
description: link.feed.description,
|
||||
content: link.feed.description,
|
||||
})),
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue