analytics removed

This commit is contained in:
Owen Rees
2023-06-13 21:54:50 +02:00
parent 33d203dea9
commit 6ecd831b94
3 changed files with 1 additions and 13 deletions
+1 -6
View File
@@ -1,5 +1,3 @@
import { Analytics } from "@vercel/analytics/react";
import "./globals.css";
import { Inter } from "next/font/google";
@@ -17,10 +15,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.className}>
{children}
<Analytics />
</body>
<body className={inter.className}>{children}</body>
</html>
);
}
-6
View File
@@ -11,7 +11,6 @@
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
@@ -2011,11 +2010,6 @@
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@vercel/analytics": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.0.1.tgz",
"integrity": "sha512-Ux0c9qUfkcPqng3vrR0GTrlQdqNJ2JREn/2ydrVuKwM3RtMfF2mWX31Ijqo1opSjNAq6rK76PwtANw6kl6TAow=="
},
"node_modules/abab": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
-1
View File
@@ -16,7 +16,6 @@
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",