chore: removed hero image
d79bb59a
2 file(s) · +7 −4
| 67 | 67 | <Image |
|
| 68 | 68 | src={src} |
|
| 69 | 69 | loading="eager" |
|
| 70 | + | fetchpriority="high" |
|
| 71 | + | decoding="async" |
|
| 72 | + | widths={[640, 960, 1280, 1920]} |
|
| 73 | + | sizes="(max-width: 768px) 100vw, 1280px" |
|
| 74 | + | formats={['avif', 'webp']} |
|
| 70 | 75 | alt={`${title} by Thomas Cole`} |
|
| 71 | 76 | class="aspect-video w-full object-cover" |
|
| 72 | 77 | /> |
| 6 | 6 | import PostPreview from "@/components/blog/PostPreview.astro"; |
|
| 7 | 7 | import SocialList from "@/components/page/SocialList.astro"; |
|
| 8 | 8 | import { sortMDByDate } from "@/utils"; |
|
| 9 | - | import HeroImage from "@/components/page/HeroImage.astro"; |
|
| 10 | 9 | import { Image } from "astro:assets"; |
|
| 11 | 10 | ||
| 12 | 11 | const MAX_POSTS = 10; |
|
| 16 | 15 | --- |
|
| 17 | 16 | ||
| 18 | 17 | <PageLayout meta={{ title: "Steve Simkins" }}> |
|
| 19 | - | <HeroImage /> |
|
| 20 | 18 | <section> |
|
| 21 | 19 | <p class="mb-4"> |
|
| 22 | 20 | DX Engineer with a passion for developer tooling that advances an open |
|
| 60 | 58 | src="https://api.iconify.design/hugeicons:tree-04.svg?color=%23888888" |
|
| 61 | 59 | class="inline-block h-5 w-5" |
|
| 62 | 60 | height="100" |
|
| 63 | - | loading="lazy" |
|
| 61 | + | loading="eager" |
|
| 64 | 62 | width="100" |
|
| 65 | 63 | alt="sequoia logo" |
|
| 66 | 64 | /> Sequoia |
|
| 76 | 74 | ><Image |
|
| 77 | 75 | src="https://api.iconify.design/fluent-emoji-high-contrast:beaver.svg?color=%23888888" |
|
| 78 | 76 | class="inline-block h-4 w-4" |
|
| 79 | - | loading="lazy" |
|
| 77 | + | loading="eager" |
|
| 80 | 78 | height="100" |
|
| 81 | 79 | width="100" |
|
| 82 | 80 | alt="bhvr" |
|