Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -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 |