[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

View File

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