Update Astro core and fix ViewTransitions import

This commit is contained in:
Kent Joseph T. Palima
2026-04-29 02:27:15 +08:00
parent 85e7b19cd8
commit c0f87e52b1
60 changed files with 29951 additions and 752 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
---
import { ViewTransitions } from 'astro:transitions';
import { ClientRouter } from 'astro:transitions';
import Header from '../components/Header/Header';
import Footer from '../components/Footer/Footer.astro';
import '../styles/index.scss';
@@ -57,7 +57,7 @@ const path = Astro.url.pathname;
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="sitemap" href="/sitemap-index.xml" />
<ViewTransitions />
<ClientRouter />
</head>
<body>
<Header path={path} client:load />