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 6d9ce66 commit b891edeCopy full SHA for b891ede
app/trigger/video-processing.ts
@@ -234,6 +234,8 @@ export const videoProcessingTask = schemaTask({
234
Bucket: env.THUMBS_BUCKET_NAME,
235
Key: `${videoData.id}-large.webp`,
236
Body: buffer,
237
+ CacheControl: "public, max-age=31536000",
238
+ ContentType: "image/webp",
239
},
240
abortController,
241
}).done()
@@ -262,6 +264,8 @@ export const videoProcessingTask = schemaTask({
262
264
263
265
Key: `${videoData.id}-small.webp`,
266
267
268
269
270
271
0 commit comments