Default avatar
Damono
npub1329e...0jc4
Damono 6 months ago
もうちょっとしたらなおるかな
Damono 6 months ago
なんもしてないけど今paw したら阿部 image
Damono 6 months ago
export default { async fetch(request, env, ctx) { // リクエストを clone してヘッダーを編集 const newHeaders = new Headers(request.headers) newHeaders.set("Accept-Encoding", "gzip") const newRequest = new Request(request.url, { method: request.method, headers: newHeaders, }) const response = await fetch(newRequest) // 念のため gzip ヘッダーに統一(Cloudflareが勝手に zstd 返す対策) const responseHeaders = new Headers(response.headers) responseHeaders.set("Content-Encoding", "gzip") return new Response(response.body, { status: response.status, headers: responseHeaders, }) } }
Damono 6 months ago
あれ?なんでzstd? image
Damono 6 months ago
おなかすいてきたかも
Damono 6 months ago
あでもこっちもぬるぬるだから違うか image
Damono 6 months ago
でもでぶがでるならやぱくらうどふれあのなんか?
Damono 6 months ago
Lumilumi.pages.devはでる image
Damono 6 months ago
サイトに埋め込む方はサイト読み込まれないと見れないから拡張機能の方のコンソールがいいか