diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-05-08 00:03:16 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-05-08 00:04:35 -0400 |
| commit | 53c604e3cdd0f95f9b82fda42aedab3f14c2b15c (patch) | |
| tree | 8e631bebb6e8f890c0b666ea1c5d5c7124f977e6 /nginx/nginx.conf | |
| parent | 5a4510ee4a526b74af62e5c1b97855291f50d32f (diff) | |
raise fetchpriority for important images
This was detected by PageSpeed Insights as an issue and it makes sense
to address it.
Diffstat (limited to 'nginx/nginx.conf')
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 28fb9d92..a1a6583f 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -87,7 +87,7 @@ http { /build.html ", <[[path|/js/redirect.js]]>; rel=modulepreload; integrity=[[integrity|/js/redirect.js]]"; /faq.html ", <[[path|/js/redirect.js]]>; rel=modulepreload; integrity=[[integrity|/js/redirect.js]]"; /features.html ", <[[path|/js/redirect.js]]>; rel=modulepreload; integrity=[[integrity|/js/redirect.js]]"; - /index.html ", <[[path|/pixel-7-pro.svg]]>; rel=preload; as=image, <[[path|/js/redirect.js]]>; rel=modulepreload; integrity=[[integrity|/js/redirect.js]]"; + /index.html ", <[[path|/pixel-7-pro.svg]]>; rel=preload; as=image; fetchpriority=high, <[[path|/js/redirect.js]]>; rel=modulepreload; integrity=[[integrity|/js/redirect.js]]"; /install/cli.html ", <[[path|/js/redirect.js]]>; rel=modulepreload; integrity=[[integrity|/js/redirect.js]]"; /install/index.html ", <[[path|/js/redirect.js]]>; rel=modulepreload; integrity=[[integrity|/js/redirect.js]]"; /install/web.html ", <[[path|/js/redirect.js]]>; rel=modulepreload; integrity=[[integrity|/js/redirect.js]]"; |
