feat: independent cdn

This commit is contained in:
Cory Dransfeldt 2024-06-07 10:56:50 -07:00
parent 152f7f89d3
commit 38cca61033
No known key found for this signature in database
25 changed files with 125 additions and 123 deletions

View file

@ -2,16 +2,16 @@
<div class="webring__centered flex-centered">
<img
srcset="
https://coryd.dev/.netlify/images/?url=/assets/img/webrings/theclaw.png&fit=cover&w=200&h=169&fm=webp&q=40 200w,
https://coryd.dev/.netlify/images/?url=/assets/img/webrings/theclaw.png&fit=cover&w=400&h=338&fm=webp&q=40 400w,
https://coryd.dev/.netlify/images/?url=/assets/img/webrings/theclaw.png&fit=cover&w=800&h=676&fm=webp&q=40 800w,
https://coryd.dev/.netlify/images/?url=/assets/img/webrings/theclaw.png&fit=cover&w=1600&h=1352&fm=webp&q=40 1600w
https://coryd-dev.b-cdn.net/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=200 200w,
https://coryd-dev.b-cdn.net/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=400 400w,
https://coryd-dev.b-cdn.net/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=800 800w,
https://coryd-dev.b-cdn.net/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=1600 1600w
"
sizes="(max-width: 450px) 200px,
(max-width: 850px) 400px,
(max-width: 1000px) 800px,
1600px"
src="https://coryd.dev/.netlify/images/?url=/assets/img/webrings/theclaw.png&fit=cover&w=1600&h=1352&fm=webp&q=40"
src="https://coryd-dev.b-cdn.net/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=1600"
alt="The Claw Webring"
loading="lazy"
decoding="async"