summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-02-20 12:27:19 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-02-20 12:27:19 -0500
commit038af56748319532ce55cc7a154bea4c02794ad0 (patch)
tree5ce383460da7aa7f32c589eebe11c2845f5842bf
parent5f44f5a9212ebfb1c186a298f9ec986d1d37d5d9 (diff)
add svg logo to initial preload/push
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 149edce6..ddfcfc84 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -67,7 +67,7 @@ http {
map $http_cookie $preload_resources {
"~*__Host-preload=1" "";
- default "</grapheneos.css?29>; rel=preload; as=style, </fonts/roboto_latin.woff2?20>; rel=preload; as=font; crossorigin, </fonts/roboto_bold_latin.woff2?20>; rel=preload; as=font; crossorigin";
+ default "</grapheneos.css?29>; rel=preload; as=style, </fonts/roboto_latin.woff2?20>; rel=preload; as=font; crossorigin, </fonts/roboto_bold_latin.woff2?20>; rel=preload; as=font; crossorigin, </mask-icon.svg>; rel=preload; as=image";
}
server {