Added Vercel Analytics (fixed)

This commit is contained in:
Kent Joseph T. Palima
2026-05-02 20:17:15 +08:00
parent 40870437c8
commit 0186bcbd67
+3
View File
@@ -66,5 +66,8 @@ const path = Astro.url.pathname;
<slot />
</main>
<Footer />
<!-- Add the Analytics component here, right before the closing body tag -->
<Analytics />
</body>
</html>