diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 847f33c..afd3eb8 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -125,7 +125,7 @@ const initialPosts: BlogPost[] = sortedPosts.slice(0, 6); loading={index === 0 ? "eager" : "lazy"} fetchpriority={index === 0 ? "high" : undefined} /> -
+
)} @@ -226,7 +226,7 @@ const initialPosts: BlogPost[] = sortedPosts.slice(0, 6); width="760" height="570" /> -
+
` diff --git a/src/pages/blog/tag/[tag].astro b/src/pages/blog/tag/[tag].astro index 8425695..9c44873 100644 --- a/src/pages/blog/tag/[tag].astro +++ b/src/pages/blog/tag/[tag].astro @@ -101,7 +101,7 @@ const displayTag: string = tag.charAt(0).toUpperCase() + tag.slice(1); quality={70} format="webp" /> -
+
)}