From bf5fb6f259e49d37470bc7437ce5aa3173ebd8cc Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 13 Feb 2025 21:05:31 +0800 Subject: [PATCH] :chart_with_upwards_trend: Replace GA with Umami --- src/pages/_document.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 08b5965..c61fde8 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -5,19 +5,22 @@ 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 ( +
-