From 763da43f9ed60df92703772c3d819e6a98d602d7 Mon Sep 17 00:00:00 2001 From: aboutmydreams Date: Thu, 4 Jul 2024 01:49:11 +0800 Subject: [PATCH] feat: add ncuhome GA4 --- pages/_app.tsx | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index d7311fde9..a90e45c1b 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,27 +1,30 @@ -import '@fortawesome/fontawesome-svg-core/styles.css'; -import type { AppProps } from 'next/app'; -import Script from 'next/script'; -import { Analytics } from '@vercel/analytics/react'; -import './style.css'; - +import "@fortawesome/fontawesome-svg-core/styles.css"; +import type { AppProps } from "next/app"; +import Script from "next/script"; +import { Analytics } from "@vercel/analytics/react"; +import "./style.css"; + function MyApp({ Component, pageProps }: AppProps) { return ( <> - + - + - ); } - -export default MyApp; \ No newline at end of file + +export default MyApp;