|
...
|
...
|
@@ -164,7 +164,7 @@ module Kanjai |
|
164
|
164
|
S3_BUCKET.put_object({
|
|
165
|
165
|
acl: 'public-read',
|
|
166
|
166
|
body: content,
|
|
167
|
|
- content_type: 'image/svg',
|
|
|
167
|
+ content_type: 'image/svg+xml',
|
|
168
|
168
|
key: self.template_content_path + file_name
|
|
169
|
169
|
})
|
|
170
|
170
|
else
|
...
|
...
|
|