Skip to content

Commit

Permalink
Update compress-card-images.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria authored Jul 10, 2024
1 parent bd77ec5 commit 589769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compress-card-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const compressImages = async () => {
destination: `./dist/cards/${dir}/${loc}/`,
plugins: [
webp({
lossless: true,
quality: 90
}),
],
}),
Expand Down

0 comments on commit 589769b

Please sign in to comment.