🐛 trying to fix RSS bug
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
ffa6464eb4
commit
5a2cfab685
2 changed files with 12 additions and 4 deletions
|
@ -14,5 +14,12 @@ export async function GET(context) {
|
|||
customData: post.data.customData,
|
||||
link: `/blog/${post.slug}/`,
|
||||
})),
|
||||
source: {
|
||||
title: 'Sindre Kjelsrud',
|
||||
url: 'http://kjelsrud.dev/rss.xml',
|
||||
},
|
||||
enclosure: {
|
||||
url: '/public'
|
||||
},
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue