Skip to content

Commit b1709cb

Browse files
committed
better link in feed.xml
1 parent cbecac2 commit b1709cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export async function getStaticProps(): Promise<{ props: { episodes: Episode[] }
171171
feed.addItem({
172172
title: episode.title,
173173
id: episode.slug,
174-
link: `https://podcast.allegro.tech/#${episode.slug}`,
174+
link: `https://podcast.allegro.tech#${episode.slug}`,
175175
description: episode.toc.join(""),
176176
date: new Date(episode.date),
177177
});

0 commit comments

Comments
 (0)