fix: enable revalidation for podcasts page
This commit is contained in:
parent
0d5347078b
commit
c9f7bb226e
|
@ -101,6 +101,7 @@ export const getStaticProps = async ({ params }: GetStaticPropsContext) => {
|
|||
latestEpisodes,
|
||||
highlightedEpisodes,
|
||||
},
|
||||
revalidate: 10,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue