Add DefaultSEO to all pages

This commit is contained in:
Jorge Vargas 2025-05-10 00:23:21 -06:00
parent 042758d27c
commit 5c4f46a41e
6 changed files with 18 additions and 4 deletions

View file

@ -3,10 +3,12 @@ export const prerender = true
import { Image } from 'astro:assets'
import BaseLayout from '../layouts/base.astro'
import DefaultSEO from 'components/DefaultSEO.astro'
import GuraGif from '../img/assets/doggo-thumbs-up.gif'
---
<DefaultSEO />
<BaseLayout>
<div class='flex flex-1 flex-col bg-soc-green-dark py-6'>
<div class='text-md` text-center'>Something went wrong.... yubi yubi</div>