Skip to content

Commit

Permalink
default quality 90
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party committed Jul 3, 2024
1 parent f27ec88 commit 643f481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/templates/Canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function Canvas() {
alt={gameMap.name}
height={canvasStore.height}
priority
quality={100}
quality={90}
src={`/images/webp/maps/${gameMap.image}.webp`}
unoptimized={canvasStore.unoptimized}
width={canvasStore.width}
Expand Down

0 comments on commit 643f481

Please sign in to comment.