mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix for svg
This commit is contained in:
parent
da391d059a
commit
ae3df1d0f9
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ class Site < Sequel::Model
|
|||
image/png
|
||||
image/jpeg
|
||||
image/gif
|
||||
image/svg
|
||||
image/svg+xml
|
||||
application/vnd.ms-fontobject
|
||||
application/x-font-ttf
|
||||
|
@ -35,6 +36,7 @@ class Site < Sequel::Model
|
|||
application/x-elc
|
||||
image/webp
|
||||
image/x-xcf
|
||||
application/epub
|
||||
application/epub+zip
|
||||
message/rfc822
|
||||
application/font-sfnt
|
||||
|
|
Loading…
Add table
Reference in a new issue