Skip to content

Commit

Permalink
feat: ViewTransitions を実装
Browse files Browse the repository at this point in the history
  • Loading branch information
hayato-osh committed Apr 15, 2024
1 parent 610fb29 commit 69de20f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/layouts/GlobalLayout.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
import { ViewTransitions } from "astro:transitions";
import Footer from "@/components/Footer.astro";
import Header from "@/components/Header.astro";
---
Expand All @@ -8,6 +9,8 @@ import Header from "@/components/Header.astro";
<meta name="generator" content={Astro.generator} />
<meta charset="UTF-8" />

<ViewTransitions />

<!-- dark mode -->
<script>
if (
Expand Down

0 comments on commit 69de20f

Please sign in to comment.