chore: redirects

This commit is contained in:
Cory Dransfeldt 2024-06-07 13:34:09 -07:00
parent b6619ded44
commit afb2d1ea66
No known key found for this signature in database
2 changed files with 10 additions and 7 deletions

View file

@ -8,16 +8,16 @@ image: https://coryd-dev.b-cdn.net/assets/404.jpg
<div class="four-oh-four-wrapper">
<img
srcset="
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=.5625:1&width=256 256w,,
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=.5625:1&width=512 512w,
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=.5625:1&width=1024 1024w,
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=.5625:1&width=2048 2048w
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=1:.5625&width=256 256w,
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=1:.5625&width=512 512w,
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=1:.5625&width=1024 1024w,
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=1:.5625&width=2048 2048w
"
sizes="(max-width: 450px) 256px,
(max-width: 850px) 512px,
(max-width: 1000px) 1024px,
2048px"
src="https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=.5625:1&width=2048 2048w
src="https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=1:.5625&width=2048"
alt="{{ alt }}"
class="image-banner"
loading="eager"