Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Jun 21, 2024
1 parent 099d5f2 commit 2de6383
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/studio-next/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,9 @@ const nextConfig = {
source: '/',
headers: [
{
key: 'CDN-Cache-Control',
key: 'Netlify-CDN-Cache-Control',
value: 'public, max-age=36400, must-revalidate',
},
{
key: 'Cache-Control',
value: 'public, max-age=0, must-revalidate',
},
],
},
]
Expand Down

0 comments on commit 2de6383

Please sign in to comment.