mirror of https://github.com/VERT-sh/VERT.git
fix: conversions NOT WORKING???
This commit is contained in:
parent
3e0de64b29
commit
58a608cb54
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue