Skip to content

Commit

Permalink
Give IMAGE_QUALITY env var a default value
Browse files Browse the repository at this point in the history
Most installation don't want to change this, just the Sharp default of
80
  • Loading branch information
martijngastkemper committed Jun 28, 2023
1 parent ccbec62 commit 64e9b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provider:
environment:
BUCKET: ${env:BUCKET}
IMAGE_ACL: ${env:IMAGE_ACL,""}
IMAGE_QUALITY: ${env:IMAGE_QUALITY}
IMAGE_QUALITY: ${env:IMAGE_QUALITY,80}

functions:
main:
Expand Down

0 comments on commit 64e9b38

Please sign in to comment.