mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
🙋 test getStaticProps with revalidate
This commit is contained in:
@@ -60,7 +60,7 @@ export async function getStaticProps({
|
||||
|
||||
return {
|
||||
props: { products },
|
||||
revalidate: 20,
|
||||
revalidate: 60,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user