fix: images breaking?

This commit is contained in:
trafficlunar 2026-03-30 14:07:49 +01:00
parent e47914f873
commit c1ce38f594

View file

@ -110,6 +110,6 @@ export async function GET(request: NextRequest, { params }: { params: Promise<{
return rateLimit.sendResponse(buffer, 200, { return rateLimit.sendResponse(buffer, 200, {
"Content-Type": "image/png", "Content-Type": "image/png",
"X-Robots-Tag": "noindex, noimageindex, nofollow", "X-Robots-Tag": "noindex, noimageindex, nofollow",
"Cache-Control": "no-store", "Cache-Control": "public, max-age=31536000, immutable",
}); });
} }