1
0
Fork 0
mirror of https://gitbruv.vercel.app/api/git/bruv/gitbruv.git synced 2025-12-20 23:24:09 +01:00
This commit is contained in:
Ahmet Kilinc 2025-12-20 03:25:32 +00:00
parent dffc97239e
commit 163d0532ea

View file

@ -25,7 +25,7 @@ export async function GET(
contentType = "image/webp";
}
return new NextResponse(data, {
return new NextResponse(new Uint8Array(data), {
headers: {
"Content-Type": contentType,
"Cache-Control": "public, max-age=31536000, immutable",