mirror of
https://gitbruv.vercel.app/api/git/bruv/gitbruv.git
synced 2025-12-20 23:24:09 +01:00
fix
This commit is contained in:
parent
dffc97239e
commit
163d0532ea
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export async function GET(
|
||||||
contentType = "image/webp";
|
contentType = "image/webp";
|
||||||
}
|
}
|
||||||
|
|
||||||
return new NextResponse(data, {
|
return new NextResponse(new Uint8Array(data), {
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": contentType,
|
"Content-Type": contentType,
|
||||||
"Cache-Control": "public, max-age=31536000, immutable",
|
"Cache-Control": "public, max-age=31536000, immutable",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue