mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 23:21:16 +09:00
chore: remove Vercel analytics and speed insights dependencies
This commit is contained in:
@@ -19,8 +19,6 @@ import Navbar from "@/components/layout/Navbar.astro";
|
||||
import Footer from "@/components/layout/Footer.astro";
|
||||
import { ClientRouter } from "astro:transitions";
|
||||
import "@/styles/global.css";
|
||||
import SpeedInsights from "@vercel/speed-insights/astro";
|
||||
import Analytics from "@vercel/analytics/astro";
|
||||
|
||||
import { siteConfig } from "@/config/site";
|
||||
|
||||
@@ -106,8 +104,6 @@ const finalIgnoreTitleTemplate = metadata?.ignoreTitleTemplate || false;
|
||||
</main>
|
||||
<Footer />
|
||||
</div>
|
||||
<SpeedInsights />
|
||||
<Analytics />
|
||||
<script>
|
||||
// Keep a global reference to prevent duplicate observers during View Transitions
|
||||
let scrollObserver: IntersectionObserver | null = null;
|
||||
|
||||
Reference in New Issue
Block a user