summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-05-14 22:27:38 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-05-14 22:28:12 -0400
commitfb1be51f68ae067fa36725066f945e3c0aeb87d4 (patch)
treec22b38b624e19a4a8f5cd8471cf00397c694b650 /nginx
parentbc7955f091eb80a1ed8137561a3740f273407ff8 (diff)
rename grapheneos.css to main.css
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 7b54d0a0..db9ea769 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -76,7 +76,7 @@ http {
map $http_cookie $preload_resources {
"~*__Host-preload=1" "";
- default "</grapheneos.css>; rel=preload; as=style, </fonts/roboto-v20-regular-latin.woff2>; rel=preload; as=font; crossorigin, </fonts/roboto-v20-bold-latin.woff2>; rel=preload; as=font; crossorigin, </mask-icon.svg>; rel=preload; as=image";
+ default "</main.css>; rel=preload; as=style, </fonts/roboto-v20-regular-latin.woff2>; rel=preload; as=font; crossorigin, </fonts/roboto-v20-bold-latin.woff2>; rel=preload; as=font; crossorigin, </mask-icon.svg>; rel=preload; as=image";
}
server {