We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de54e2 commit 53b9332Copy full SHA for 53b9332
src/src/layouts/Layout.astro
@@ -1,7 +1,7 @@
1
---
2
import "../styles/global.css";
3
-import { ViewTransitions } from "astro:transitions";
4
-import OwlImage from "../assets/Owl.jpg";
+import { ClientRouter } from "astro:transitions";
+import OwlImage from "../assets/Owl-medium.jpg";
5
6
interface Props {
7
title?: string;
@@ -86,7 +86,7 @@ const ogImageURL = new URL(ogImage.src, Astro.site).href;
86
<meta name="theme-color" content="#121620" />
87
88
<!-- View Transitions for SPA-like navigation -->
89
- <ViewTransitions />
+ <ClientRouter />
90
91
<!-- Optional: Skip to main content link for keyboard users -->
92
<script>
0 commit comments