Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 23, 2024
1 parent 66782c4 commit f4872c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/vercel/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,7 @@ export default function vercelAdapter({
images = {
...imagesConfig,
domains: [...imagesConfig.domains, ..._config.image.domains],
remotePatterns: [
...(imagesConfig.remotePatterns ?? []),
],
remotePatterns: [...(imagesConfig.remotePatterns ?? [])],
};
const remotePatterns = _config.image.remotePatterns;
if (isAcceptedPattern(remotePatterns)) {
Expand Down

0 comments on commit f4872c9

Please sign in to comment.