Merge pull request #461 from Winterhuman/apng

Add APNG
This commit is contained in:
Kyle Drake 2024-01-08 12:31:02 -06:00 committed by GitHub
commit 9aed1a9f29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ class Site < Sequel::Model
text/css
application/javascript
image/png
image/apng
image/jpeg
image/gif
image/svg
@ -44,7 +45,7 @@ class Site < Sequel::Model
}
VALID_EXTENSIONS = %w{
html htm txt text css js jpg jpeg png gif svg md markdown eot ttf woff woff2 json geojson csv tsv mf ico pdf asc key pgp xml mid midi manifest otf webapp less sass rss kml dae obj mtl scss webp avif xcf epub gltf bin webmanifest knowl atom opml rdf map gpg resolveHandle pls
html htm txt text css js jpg jpeg png apng gif svg md markdown eot ttf woff woff2 json geojson csv tsv mf ico pdf asc key pgp xml mid midi manifest otf webapp less sass rss kml dae obj mtl scss webp avif xcf epub gltf bin webmanifest knowl atom opml rdf map gpg resolveHandle pls
}
VALID_EDITABLE_EXTENSIONS = %w{