️ Cache og image

This commit is contained in:
Luke Vella 2025-03-07 22:36:01 +00:00
parent 7b787c1b48
commit a7d1fa9a5c
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -84,6 +84,10 @@ export async function GET(req: NextRequest) {
weight: 700,
},
],
headers: {
"Cache-Control": "public, max-age=31536000, immutable",
"Content-Type": "image/png",
},
},
);
}