Skip to content

Commit

Permalink
Fix podcast links on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltott committed Oct 15, 2024
1 parent 708c613 commit f11c8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default async function Home() {
}) => ({
title,
description,
to: url,
href: url,
}),
)}
/>
Expand Down

0 comments on commit f11c8cd

Please sign in to comment.