Make SVGs editable

Fix #387
This commit is contained in:
dimden 2022-08-24 02:49:42 +03:00 committed by GitHub
parent 0da213c747
commit 959c13b735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ class Site < Sequel::Model
}
VALID_EDITABLE_EXTENSIONS = %w{
html htm txt js css scss md manifest less webmanifest xml json opml rdf
html htm txt js css scss md manifest less webmanifest xml json opml rdf svg
}
MINIMUM_PASSWORD_LENGTH = 5