Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compatibility.ts
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ export const RuntimeCompatibility: Record<string, RuntimeCompatibilitySchema> =
'vercel': awsLambda,
'vercel-edge': {
'chromium': false,
'css-inline': 'wasm',
'css-inline': false, // size constraint (2mb is max)
'resvg': 'wasm',
'satori': 'node',
'sharp': false,

0 comments on commit 7c7291e

Please sign in to comment.