add analytics
This commit is contained in:
parent
a36504e62c
commit
54701b9634
@ -10,6 +10,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/manrope": "^5.1.1",
|
||||
"@vercel/analytics": "^1.4.1",
|
||||
"next": "15.1.3",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
|
@ -1,5 +1,6 @@
|
||||
import type { Metadata } from "next";
|
||||
import '@fontsource-variable/manrope';
|
||||
import { Analytics } from "@vercel/analytics/react"
|
||||
import "./globals.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@ -16,6 +17,7 @@ export default function RootLayout({
|
||||
<html lang="en">
|
||||
<body>
|
||||
{children}
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user