Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Sep 7, 2023
1 parent 084d9b6 commit 8f5b205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vercel/src/image/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function getAstroImageConfig(
images: boolean | undefined,
imagesConfig: VercelImageConfig | undefined,
command: string,
useSquoosh: boolean | undefined
useSquoosh: boolean | undefined,
astroImageConfig: AstroConfig['image']
) {
if (images) {
Expand Down

0 comments on commit 8f5b205

Please sign in to comment.