We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffa38c commit 42a59bdCopy full SHA for 42a59bd
src/utils/generateOpenGraphImage.js
@@ -164,7 +164,7 @@ export async function generateOpenGraphImage({
164
satoriOptions,
165
)
166
167
- const webp = await sharp(Buffer.from(svg)).webp({ quality: 90 }).toBuffer()
+ const webp = await sharp(Buffer.from(svg)).webp({ quality: 100 }).toBuffer()
168
169
return new Response(webp, { headers: { "Content-Type": "image/webp" } })
170
}
0 commit comments