diff --git a/bun.lockb b/bun.lockb index 4476cd5..fa64b19 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ec1cee4..79f279f 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "@mui/material": "^6.3.1", "@mui/material-nextjs": "^6.3.1", "@mui/x-charts": "^7.23.6", + "@next/third-parties": "^15.1.6", "@tailwindcss/typography": "^0.5.16", "@toolpad/core": "^0.11.0", "animate.css": "^4.1.1", diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index ea9f190..08b5965 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -5,6 +5,7 @@ import { documentGetInitialProps, } from '@mui/material-nextjs/v15-pagesRouter' import { Html, Head, Main, NextScript, DocumentContext, DocumentProps } from 'next/document' +import { GoogleAnalytics } from '@next/third-parties/google' export default function Document(props: DocumentProps & DocumentHeadTagsProps) { return ( @@ -16,6 +17,7 @@ export default function Document(props: DocumentProps & DocumentHeadTagsProps) {
+