From 34c2f586d9b1d8b796addcedc4488a08e18eb106 Mon Sep 17 00:00:00 2001 From: zihanjian Date: Mon, 5 Jan 2026 01:29:58 +0800 Subject: [PATCH] feat: add Google AdSense script to layout --- src/app/layout.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index aab6b79..d3c350b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata, Viewport } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import { Analytics } from "@vercel/analytics/next"; +import Script from "next/script"; import "./globals.css"; const geistSans = Geist({ @@ -53,6 +54,12 @@ export default function RootLayout({ > {children} +