1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-30 15:03:49 -05:00

remove vercel speed insights

This commit is contained in:
2024-11-20 18:37:54 -05:00
parent f886a7cd0b
commit 4b719f8740
5 changed files with 283 additions and 306 deletions

View File

@@ -1,7 +1,6 @@
import { useRouter } from "next/router";
import { DefaultSeo, SocialProfileJsonLd } from "next-seo";
import { Analytics } from "@vercel/analytics/react";
import { SpeedInsights } from "@vercel/speed-insights/next";
import { ThemeProvider } from "../contexts/ThemeContext";
import Layout from "../components/Layout";
import { defaultSeo, socialProfileJsonLd } from "../lib/config/seo";
@@ -49,7 +48,6 @@ const App = ({ Component, pageProps }: AppProps) => {
<ThemeProvider classNames={classNames}>{getLayout(<Component {...pageProps} />)}</ThemeProvider>
<Analytics />
<SpeedInsights />
</>
);
};

View File

@@ -70,15 +70,7 @@ const Privacy = () => {
<Link href="https://vercel.com/docs/analytics/privacy-policy#data-point-information">
without collecting anything identifiable
</Link>{" "}
about you. Likewise,{" "}
<Link href="">
<strong>Vercel Speed Insights</strong>
</Link>{" "}
is used to gather core web vitals{" "}
<Link href="https://vercel.com/docs/speed-insights/privacy-policy#vercel-speed-insights-privacy-&-compliance">
anonymously
</Link>
.
about you.
</p>
<H2 id="third-party">Third-Party Content</H2>