Skip to content

Commit 7c7291e

Browse files
committed
fix: disable css-inline wasm in vercel-edge
1 parent 83f872b commit 7c7291e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compatibility.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const RuntimeCompatibility: Record<string, RuntimeCompatibilitySchema> =
8383
'vercel': awsLambda,
8484
'vercel-edge': {
8585
'chromium': false,
86-
'css-inline': 'wasm',
86+
'css-inline': false, // size constraint (2mb is max)
8787
'resvg': 'wasm',
8888
'satori': 'node',
8989
'sharp': false,

0 commit comments

Comments
 (0)