Skip to content

Commit

Permalink
feat: enable view transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ElianCodes committed Aug 31, 2023
1 parent 3c12d14 commit 2d39dab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/layout/BaseHead.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
import { ViewTransitions } from 'astro:transitions';
interface Props {
title: string;
description: string;
Expand Down Expand Up @@ -45,5 +47,7 @@ const { title, description, ogImage } = Astro.props;

<title>Brutal Theme | {title}</title>

<ViewTransitions />

<slot />
</head>

0 comments on commit 2d39dab

Please sign in to comment.