We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29de1e commit 6caa39bCopy full SHA for 6caa39b
scripts/upload-assets.js
@@ -138,6 +138,7 @@ async function uploadAssets() {
138
Key: key('/manifest-latest.json'),
139
Body: zlib.gzipSync(JSON.stringify(manifest)),
140
ContentEncoding: process.env.CONTENT_ENCODING,
141
+ CacheControl: 'public, max-age=120',
142
GrantRead: cfCanonicalUserIdsParsed,
143
GrantFullControl: `id=${platformCanonicalUserId}`,
144
ContentType: 'application/json'
0 commit comments