fix: conversions NOT WORKING???

This commit is contained in:
not-nullptr 2025-04-13 13:51:22 +01:00
parent 3e0de64b29
commit 58a608cb54
1 changed files with 0 additions and 6 deletions

View File

@ -11,12 +11,6 @@ server {
try_files $uri $uri/ /index.html;
}
location ~* \.(?:ico|css|js|gif|jpe?g|png|woff2?|eot|ttf|svg|otf|webp)$ {
expires 6M;
access_log off;
add_header Cache-Control "public";
}
error_page 404 /index.html;
add_header Cross-Origin-Embedder-Policy "require-corp";