🌐 AI搜索 & 代理 主页
Skip to content

Commit 0833a91

Browse files
authored
Merge pull request github#907 from jcabak/gh-pages
Performance and SEO improvements
2 parents 3016ec6 + fbd28cd commit 0833a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="shortcut icon" href="{{ "/assets/img/favicon.ico" | relative_url }}" type="image/x-icon">
88
<link rel="stylesheet" type="text/css" href="{{ "/assets/css/style.css" | relative_url }}">
9-
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i" rel="stylesheet">
9+
<link rel="preload" as="font" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i" crossorigin>
1010
{% seo %}
1111
</head>
1212

0 commit comments

Comments
 (0)