feat: ilustración IA de Robo-mate en el 404 (AVIF + WebP + PNG)
This commit is contained in:
+5
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user