mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
hotfix: rss links
This commit is contained in:
parent
6ef9ca18e9
commit
d8677c6261
@ -9,7 +9,7 @@ export async function GET(context) {
|
||||
'The Strudel Blog will keep you updated with the latest changes and things happening in the strudelsphere.',
|
||||
site: context.site,
|
||||
items: posts.map((post) => ({
|
||||
link: `/${post.slug}/`,
|
||||
link: `/blog/#${post.slug}`,
|
||||
title: post.data.title,
|
||||
pubDate: post.data.date,
|
||||
description: post.data.description,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user