feat: app icon and readme

This commit is contained in:
2025-10-09 04:16:09 +02:00
parent 5668cf7739
commit c2680a9671

View File

@@ -36,12 +36,12 @@ http {
gzip_disable "msie6"; gzip_disable "msie6";
# Brotli compression (if available) # Brotli compression (if available)
brotli on; # brotli on;
brotli_comp_level 6; # brotli_comp_level 6;
brotli_types text/plain text/css text/xml text/javascript # brotli_types text/plain text/css text/xml text/javascript
application/json application/javascript application/xml+rss # application/json application/javascript application/xml+rss
application/rss+xml font/truetype font/opentype # application/rss+xml font/truetype font/opentype
application/vnd.ms-fontobject image/svg+xml; # application/vnd.ms-fontobject image/svg+xml;
server { server {
listen 80; listen 80;