Skip to content

Commit

Permalink
change cache
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Jun 21, 2024
1 parent 00952db commit 0fec21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/studio-next/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ const nextConfig = {
source: '/',
headers: [
{
key: 'Netlify-CDN-Cache-Control',
key: 'CDN-Cache-Control',
value: 'public, s-maxage=31536000, must-revalidate',
},
{
key: 'CDN-Cache-Control',
key: 'Cache-Control',
value: 'public, max-age=0, must-revalidate',
},
],
Expand Down

0 comments on commit 0fec21f

Please sign in to comment.