Skip to content

Commit 686404b

Browse files
committed
Add new config option to readme
1 parent 46b4340 commit 686404b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ webp:
5555
# List of files or directories to exclude
5656
# e.g. custom or hand generated webp conversion files
5757
exclude: []
58+
59+
# append '.webp' to filename after original extension rather than replacing it.
60+
# Default transforms `image.png` to `image.webp`, while changing to true transforms `image.png` to `image.png.webp`
61+
append_ext: false
5862
############################################################
5963
```
6064

0 commit comments

Comments
 (0)