mirror of
https://github.com/VERT-sh/VERT.git
synced 2026-05-12 18:28:25 -05:00
fix: conversions NOT WORKING???
This commit is contained in:
@@ -10,12 +10,6 @@ server {
|
||||
location / {
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user