🐛 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
|
@ -26,7 +26,8 @@ But where do you find these websites? Good question! You can find them by just g
|
||||||
- [**The Forest**](https://theforest.link/)
|
- [**The Forest**](https://theforest.link/)
|
||||||
- [**bearblog.dev**](https://bearblog.dev/)
|
- [**bearblog.dev**](https://bearblog.dev/)
|
||||||
- [**Neocities**](https://neocities.org/browse)
|
- [**Neocities**](https://neocities.org/browse)
|
||||||
- The different performance-focused clubs like:
|
|
||||||
|
And the different performance-focused clubs like:
|
||||||
- [**1MB Club**](https://1mb.club/)
|
- [**1MB Club**](https://1mb.club/)
|
||||||
- [**512KB Club**](https://512kb.club/)
|
- [**512KB Club**](https://512kb.club/)
|
||||||
- [**1kB Club**](https://1kb.club/).
|
- [**1kB Club**](https://1kb.club/).
|
||||||
|
|
|
@ -14,5 +14,12 @@ export async function GET(context) {
|
||||||
customData: post.data.customData,
|
customData: post.data.customData,
|
||||||
link: `/blog/${post.slug}/`,
|
link: `/blog/${post.slug}/`,
|
||||||
})),
|
})),
|
||||||
|
source: {
|
||||||
|
title: 'Sindre Kjelsrud',
|
||||||
|
url: 'http://kjelsrud.dev/rss.xml',
|
||||||
|
},
|
||||||
|
enclosure: {
|
||||||
|
url: '/public'
|
||||||
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue