diff --git a/src/components/Base.astro b/src/components/Base.astro index fd90783..62e1c0e 100644 --- a/src/components/Base.astro +++ b/src/components/Base.astro @@ -16,15 +16,16 @@ interface Props { {Astro.props.title ? `${Astro.props.title} | vielle.dev` : "vielle.dev"} -