Enabled Speed Insights

This commit is contained in:
Kent Joseph T. Palima
2026-05-02 21:16:10 +08:00
parent f5bff08886
commit 88625ec523
3 changed files with 36 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
---
import Analytics from '@vercel/analytics/astro'
import SpeedInsights from "@vercel/speed-insights/astro"
import { ClientRouter } from 'astro:transitions';
import Header from '../components/Header/Header';
import Footer from '../components/Footer/Footer.astro';
@@ -66,7 +67,7 @@ const {
</main>
<Footer />
<!-- Add the Analytics component here, right before the closing body tag -->
<Analytics />
<SpeedInsights/>
</body>
</html>