Revalidate hackathons

This commit is contained in:
Ella 2022-11-21 12:25:45 -05:00
parent a0293d0a94
commit febefb95a1

View file

@ -49,6 +49,7 @@ export async function getStaticProps() {
return {
props: {
data
}
},
revalidate: 10
}
}