[IndexPage] decrease the revalidate time

This commit is contained in:
Dawid Wysokiński 2021-04-14 20:25:59 +02:00
parent 69c0977640
commit 3916917b37
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const getQualificationsFromProfessions = (
return Array.from(map.values());
};
export const REVALIDATE = 60;
export const REVALIDATE = 30;
export const getStaticProps: GetStaticProps = async () => {
const pageProps: IndexPageProps = {