@nuxt/docs-nightly 4.3.2-29521026.e16c8357 → 4.3.2-29531002.97b32ff3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -142,9 +142,8 @@ Images in your website can usually be separated by importance; the ones that are
|
|
|
142
142
|
<NuxtImg
|
|
143
143
|
src="/hero-banner.jpg"
|
|
144
144
|
format="webp"
|
|
145
|
-
preload
|
|
145
|
+
:preload="{ fetchPriority: 'high' }"
|
|
146
146
|
loading="eager"
|
|
147
|
-
fetch-priority="high"
|
|
148
147
|
width="200"
|
|
149
148
|
height="100"
|
|
150
149
|
/>
|
|
@@ -154,7 +153,7 @@ Images in your website can usually be separated by importance; the ones that are
|
|
|
154
153
|
src="/facebook-logo.jpg"
|
|
155
154
|
format="webp"
|
|
156
155
|
loading="lazy"
|
|
157
|
-
|
|
156
|
+
fetchpriority="low"
|
|
158
157
|
width="200"
|
|
159
158
|
height="100"
|
|
160
159
|
/>
|