Skip to content

Commit

Permalink
🔃
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 5, 2022
1 parent f8dbb08 commit 22afa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/social-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default withOGImage<
)
}
},
cacheControl: 'max-age 86400, stale-while-revalidate=3600',
cacheControl: 'max-age=0, s-maxage=86400, stale-while-revalidate',
type: 'jpeg',
quality: 75,
dev: {
Expand Down

0 comments on commit 22afa3b

Please sign in to comment.