Closed pbowyer closed 2 years ago
Having an option to append .avif is useful so nginx try_files usage stays simple.
Without the flag foo.jpg => foo.avif With the flag --append-ext foo.jpg => foo.jpg.avif
foo.jpg
foo.avif
--append-ext
foo.jpg.avif
This implements the footnote on #8
v0.2.0 now available with this option, thank you.
Having an option to append .avif is useful so nginx try_files usage stays simple.
Without the flag
foo.jpg
=>foo.avif
With the flag--append-ext
foo.jpg
=>foo.jpg.avif
This implements the footnote on #8