Index revalidate

This commit is contained in:
Bel Curcio 2021-06-08 14:29:44 -03:00
parent cd182f8c59
commit 600248f671

View File

@ -26,7 +26,7 @@ export async function getStaticProps({
brands, brands,
pages, pages,
}, },
revalidate: 600, revalidate: 60,
} }
} }