Skip to content

Commit

Permalink
chore(next/image): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fliptheweb committed Mar 7, 2022
1 parent d23b27f commit 76b9b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/next/client/image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ function defaultLoader({
return src
}

return `${normalizePathTrailingSlash(config.path)}?url=${encodeURIComponent(src)}&w=${width}&q=${
quality || 75
}`
return `${normalizePathTrailingSlash(config.path)}?url=${encodeURIComponent(
src
)}&w=${width}&q=${quality || 75}`
}

0 comments on commit 76b9b39

Please sign in to comment.