fix: add noindex to mii and qr-code image types
This commit is contained in:
parent
a2fd114f7d
commit
afd4e449a5
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ export async function GET(request: NextRequest, { params }: { params: Promise<{
|
||||||
return new NextResponse(buffer, {
|
return new NextResponse(buffer, {
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "image/webp",
|
"Content-Type": "image/webp",
|
||||||
|
"X-Robots-Tag": "noindex, nofollow",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue