Skip to content

Commit

Permalink
Update [slug].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek authored Jan 27, 2025
1 parent ee93646 commit 20674a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/podcast/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const OldPodcastEpisode = () => {
return (
<Head>
<title>Redirecting...</title>
<meta httpEquiv="refresh" content={`0;url=https://podcast.allegro.tech/${slug}`}/>
<meta httpEquiv="refresh" content={`0;url=https://podcast.allegro.tech/#${slug}`}/>
</Head>
)
}
Expand Down

0 comments on commit 20674a3

Please sign in to comment.