Skip to content

Commit

Permalink
Update pages/_document.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe authored Feb 21, 2024
1 parent b1ac2a5 commit aad0002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class MyDocument extends Document {
`${
// make the cache private if user is logged in
jwt ? 'private' : 'public'
}, max-age=10, stale-while-revalidate=10`,
}, max-age=10, stale-while-revalidate=50`,
)

const environment = await getEnvironment()
Expand Down

0 comments on commit aad0002

Please sign in to comment.