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:
@@ -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 />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user