mirror of
https://github.com/neocities/neocities.git
synced 2025-04-27 10:42:39 +02:00
commit
9aed1a9f29
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ class Site < Sequel::Model
|
||||||
text/css
|
text/css
|
||||||
application/javascript
|
application/javascript
|
||||||
image/png
|
image/png
|
||||||
|
image/apng
|
||||||
image/jpeg
|
image/jpeg
|
||||||
image/gif
|
image/gif
|
||||||
image/svg
|
image/svg
|
||||||
|
@ -44,7 +45,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 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{
|
VALID_EDITABLE_EXTENSIONS = %w{
|
||||||
|
|
Loading…
Add table
Reference in a new issue