Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
chore: remove vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Apr 22, 2023
1 parent 4251b21 commit 6534950
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@docusaurus/theme-common": "2.0.1",
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "6.2.1",
"@vercel/analytics": "0.1.3",
"clsx": "1.1.1",
"file-loader": "6.2.0",
"prism-react-renderer": "1.3.3",
Expand Down
3 changes: 0 additions & 3 deletions docs/src/theme/Root.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ import React from "react";
import Head from "@docusaurus/Head";
import { useThemeConfig } from "@docusaurus/theme-common";
import { withUrl } from "../utils";
import { inject } from "@vercel/analytics";

function CustomRoot({ children }) {
inject();

const { metaTags } = useThemeConfig();

const title = metaTags.find((item) => item.name === "data-title").content;
Expand Down
10 changes: 0 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 comments on commit 6534950

@vercel
Copy link

@vercel vercel bot commented on 6534950 Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6534950 Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6534950 Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6534950 Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.