Skip to content

Commit

Permalink
nit: add formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Apr 12, 2024
1 parent c88309a commit 5abd122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vercel/src/image/build-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const service: ExternalImageService = {
}
}

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

return {
...attributes,
Expand Down

0 comments on commit 5abd122

Please sign in to comment.