diff --git a/src/pages/podcasts/index.tsx b/src/pages/podcasts/index.tsx index 6965065..6d88488 100644 --- a/src/pages/podcasts/index.tsx +++ b/src/pages/podcasts/index.tsx @@ -66,7 +66,7 @@ export const getStaticProps = async ({ params }: GetStaticPropsContext) => { return { props: { - shows: podcastShows, + shows: podcastShows.sort((a, b) => (a.title > b.title ? -1 : 1)), latestEpisodes: latestEpisodes.data, highlightedEpisodes: highlightedEpisodes.data, // errors,