From 55ff69be6bb9847ca552faeb2733eb7c582898cf Mon Sep 17 00:00:00 2001 From: gahusb Date: Tue, 10 Feb 2026 03:07:19 +0900 Subject: [PATCH] Add Google Analytics (G-WG77RNHXRK) --- app/layout.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 6807f01..810b727 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; +import Script from "next/script"; import "./globals.css"; const geistSans = Geist({ @@ -24,7 +25,21 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + + + +