fix: enable revalidation for podcasts page

This commit is contained in:
Hossein Mehrabi 2023-10-26 22:59:58 +03:30
parent 0d5347078b
commit c9f7bb226e
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ export const getStaticProps = async ({ params }: GetStaticPropsContext) => {
latestEpisodes,
highlightedEpisodes,
},
revalidate: 10,
}
}