Commit 1661b386b70675e24a2324bbe56752e57d24e9dc

Authored by Karpikau Andrei
1 parent e5d505c5

check svg type

@@ -164,7 +164,7 @@ module Kanjai @@ -164,7 +164,7 @@ module Kanjai
164 S3_BUCKET.put_object({ 164 S3_BUCKET.put_object({
165 acl: 'public-read', 165 acl: 'public-read',
166 body: content, 166 body: content,
167 - content_type: 'image/svg', 167 + content_type: 'image/svg+xml',
168 key: self.template_content_path + file_name 168 key: self.template_content_path + file_name
169 }) 169 })
170 else 170 else
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.210" 2 + VERSION = "0.0.211"
3 end 3 end