We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88309a commit 5abd122Copy full SHA for 5abd122
packages/integrations/vercel/src/image/build-service.ts
@@ -31,7 +31,7 @@ const service: ExternalImageService = {
31
}
32
33
34
- const { src, width, height, format, quality, densities, widths, ...attributes } = props;
+ const { src, width, height, format, quality, densities, widths, formats, ...attributes } = options;
35
36
return {
37
...attributes,
0 commit comments