fix: SVGs treated as plain texts

Closes #14
This commit is contained in:
Jovan Krunić
2022-11-29 16:32:04 +01:00
parent cbbcc2e5e4
commit 25e506f54d
2 changed files with 1 additions and 1 deletions

View File

@@ -3,4 +3,3 @@ add_header 'Access-Control-Allow-Credentials' 'true';
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
add_header 'Access-Control-Allow-Headers' 'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-StApps-Version';
add_header 'Access-Control-Max-Age' 1728000;
add_header 'Content-Type' 'text/plain charset=UTF-8';