Skip to content

Commit

Permalink
hotfix: rss links
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 18, 2024
1 parent 6ef9ca1 commit d8677c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d8677c6

Please sign in to comment.