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

@ -10,12 +10,6 @@ server {
location / { location / {
try_files $uri $uri/ /index.html; 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; error_page 404 /index.html;