repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
5705142
parent
bb837ba
author
Eric Bower
date
2024-02-28 16:54:11 +0000 UTC
feat(pgs): support avif and heif image formats
1 files changed,  +3, -0
M pgs/config.go
+3, -0
 1@@ -72,6 +72,9 @@ func NewConfigSite() *shared.ConfigSite {
 2 				".atom",
 3 				".map",
 4 				".webmanifest",
 5+				".avif",
 6+				".heif",
 7+				".heic",
 8 			},
 9 			MaxSize:       maxSize,
10 			MaxAssetSize:  maxAssetSize,