Skip to content

Commit 5abd122

Browse files
committed
nit: add formats
1 parent c88309a commit 5abd122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/vercel/src/image/build-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const service: ExternalImageService = {
3131
}
3232
}
3333

34-
const { src, width, height, format, quality, densities, widths, ...attributes } = props;
34+
const { src, width, height, format, quality, densities, widths, formats, ...attributes } = options;
3535

3636
return {
3737
...attributes,

0 commit comments

Comments
 (0)