···3333 // For convenience, we can re-use the exported opengraph-image
3434 // size config to also set the ImageResponse's width and height.
3535 ...size,
3636+ headers: {
3737+ "cache-control": "public, immutable, no-transform, max-age=31536000",
3838+ },
3639 }
3740 );
3841}