Publish updated WeChat Radar

This commit is contained in:
joeseesun
2026-05-26 09:10:04 +08:00
parent 8abb29e13e
commit de7ec99fed
44 changed files with 2900 additions and 746 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export async function GET(req: NextRequest) {
return new Response('image not found in wx cache', { status: 404 });
}
const buf = await readFile(/*turbopackIgnore: true*/ found.path);
const buf = await readFile(found.path);
return new Response(new Uint8Array(buf), {
headers: {
'Content-Type': mimeFor(found.format),