We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b4340 commit 686404bCopy full SHA for 686404b
README.md
@@ -55,6 +55,10 @@ webp:
55
# List of files or directories to exclude
56
# e.g. custom or hand generated webp conversion files
57
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
62
############################################################
63
```
64
0 commit comments