feat: ilustración IA de Robo-mate en el 404 (AVIF + WebP + PNG)

This commit is contained in:
Mauri
2026-06-09 13:36:01 -03:00
parent e0becb9690
commit ed552fae06
5 changed files with 27 additions and 27 deletions
+5 -5
View File
@@ -13,13 +13,13 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
<div class="order-2 lg:order-1" aria-hidden="true">
<picture>
<source type="image/avif" srcset="/images/404/robot-mate.avif" />
<source type="image/webp" srcset="/images/404/robot-mate.webp" />
<source type="image/avif" srcset="/images/404/robo-mate.avif" />
<source type="image/webp" srcset="/images/404/robo-mate.webp" />
<img
src="/images/404/robot-mate.png"
src="/images/404/robo-mate.png"
alt="Robot tomando mate con cara de vago"
width="480"
height="480"
width="800"
height="436"
class="w-full max-w-md mx-auto h-auto"
loading="eager"
decoding="async"