Skip to content

Commit

Permalink
better link in feed.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Jan 27, 2025
1 parent cbecac2 commit b1709cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export async function getStaticProps(): Promise<{ props: { episodes: Episode[] }
feed.addItem({
title: episode.title,
id: episode.slug,
link: `https://podcast.allegro.tech/#${episode.slug}`,
link: `https://podcast.allegro.tech#${episode.slug}`,
description: episode.toc.join(""),
date: new Date(episode.date),
});
Expand Down

0 comments on commit b1709cb

Please sign in to comment.