4
0
forked from crowetic/commerce

Adding revalidate to search - categories change too

This commit is contained in:
Bel Curcio 2021-06-09 09:39:32 -03:00
parent 2d0c6e0c8a
commit 685fb932db

View File

@ -44,6 +44,7 @@ export async function getStaticProps({
categories,
brands,
},
revalidate: 200,
}
}