Skip to content

Commit 107907f

Browse files
committed
optimizing?
1 parent 0d2bc26 commit 107907f

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

_includes/head/custom.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
66

77

8-
<link rel="preload" href="/assets/css/main.css" as="style">
9-
<link rel="preload" href="/assets/js/main.min.js" as="script">
108
<link
119
rel="preload"
1210
href="https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2"

index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<!-- Fostodon verification -->
1313
<a rel="me" href="https://fosstodon.org/@artisan"></a>
1414

15+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
16+
1517
<link
1618
rel="preload"
1719
href="/assets/images/artisan-combo-mark-blue.svg"
@@ -26,6 +28,32 @@
2628
fetchpriority="high"
2729
/>
2830

31+
<link
32+
rel="preload"
33+
href="/assets/images/sliders-small.webp"
34+
as="image"
35+
fetchpriority="high"
36+
/>
37+
38+
<link
39+
rel="preload"
40+
href="/assets/images/wheel-small.webp"
41+
as="image"
42+
fetchpriority="high"
43+
/>
44+
45+
<link
46+
rel="preload"
47+
href="/assets/images/plus-square.svg"
48+
as="image"
49+
fetchpriority="high"
50+
/>
51+
52+
53+
<!--
54+
<link rel="preload" href="/assets/css/main.css" as="style">
55+
<link rel="preload" href="/assets/js/main.min.js" as="script">
56+
-->
2957

3058

3159
<br>

0 commit comments

Comments
 (0)