add svg logo to initial preload/push

This commit is contained in:
Daniel Micay 2021-02-20 12:27:19 -05:00
parent 5f44f5a921
commit 038af56748

View File

@ -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 {