Closed janevalencia closed 2 years ago
Modify the following cache-control setting on serverSideProps 'public, s-maxage=10, stale-while-revalidate=59'
'public, s-maxage=10, stale-while-revalidate=59'
And update it as followed so that the content is refetched as soon as there is a hot-reload 'no-cache, max-age=0, must-revalidate'
'no-cache, max-age=0, must-revalidate'
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Modify the following cache-control setting on serverSideProps
'public, s-maxage=10, stale-while-revalidate=59'
And update it as followed so that the content is refetched as soon as there is a hot-reload
'no-cache, max-age=0, must-revalidate'