Skip to content

Commit

Permalink
Merge pull request #25 from hayato-osh/feature/view-transition
Browse files Browse the repository at this point in the history
ViewTransitions を実装
  • Loading branch information
hayato-osh authored Apr 15, 2024
2 parents 610fb29 + 69de20f commit 432d56c
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 432d56c

Please sign in to comment.