diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index febefd7..2cb69d8 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -1,4 +1,6 @@ --- +import { ViewTransitions } from "astro:transitions"; + interface Props { title: string; description: string; @@ -45,7 +47,8 @@ const { title, description } = Astro.props; - + +