Skip to content

Commit

Permalink
Add ViewTransitions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbasje committed Oct 29, 2023
1 parent 40aa283 commit 798e7c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/MainHead.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
import { SEO as SeoHead } from "astro-seo";
import { ViewTransitions } from "astro:transitions";
import { getDataEntryById, type CollectionEntry } from "astro:content";
import type { Seo } from "../content/config";
import { defaultLocale, locales, type Locale } from "../i18n/ui";
Expand Down Expand Up @@ -116,4 +117,6 @@ const fullSeo = {
/>
))
}

<ViewTransitions />
</head>

0 comments on commit 798e7c2

Please sign in to comment.