mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Add AVIF images
This commit is contained in:
parent
dc33d70809
commit
5b449dc8e1
1 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ class Site < Sequel::Model
|
||||||
application/rss+xml
|
application/rss+xml
|
||||||
application/x-elc
|
application/x-elc
|
||||||
image/webp
|
image/webp
|
||||||
|
image/avif
|
||||||
image/x-xcf
|
image/x-xcf
|
||||||
application/epub
|
application/epub
|
||||||
application/epub+zip
|
application/epub+zip
|
||||||
|
@ -43,7 +44,7 @@ class Site < Sequel::Model
|
||||||
}
|
}
|
||||||
|
|
||||||
VALID_EXTENSIONS = %w{
|
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 xcf epub gltf bin webmanifest knowl atom opml rdf map gpg resolveHandle
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
VALID_EDITABLE_EXTENSIONS = %w{
|
VALID_EDITABLE_EXTENSIONS = %w{
|
||||||
|
|
Loading…
Add table
Reference in a new issue