Skip to content

Commit

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

0 comments on commit 099d5f2

Please sign in to comment.