diff --git a/public/ads.txt b/public/ads.txt new file mode 100644 index 0000000..2c5cb51 --- /dev/null +++ b/public/ads.txt @@ -0,0 +1 @@ +google.com, pub-3004906966180197, DIRECT, f08c47fec0942fa0 \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8cc4c20..54b0955 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,9 @@ import { NextLayout, NextProvider } from '@/components/Provider'; import { pretendard } from '@/utils/fonts'; import { cn } from '@/utils/style'; +import { GoogleAnalytics, GoogleTagManager } from '@next/third-parties/google'; import type { Metadata } from 'next'; +import Script from 'next/script'; import './globals.css'; export const metadata: Metadata = { @@ -48,13 +50,6 @@ export default function RootLayout({ }>) { return ( - - - {children} + + - )} - - +
{children}