From 38807ebcafcb7db588e903cd73fb57c88878409e Mon Sep 17 00:00:00 2001 From: qikongjian Date: Mon, 29 Sep 2025 10:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.env.production=E4=B8=BA?= =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.production b/.env.production index 8c74643..1720734 100644 --- a/.env.production +++ b/.env.production @@ -19,3 +19,6 @@ NEXT_PUBLIC_ERROR_CONFIG = 0.2 # Google OAuth配置 NEXT_PUBLIC_GOOGLE_CLIENT_ID=847079918888-o1nne8d3ij80dn20qurivo987pv07225.apps.googleusercontent.com +# google analysis +NEXT_PUBLIC_GA_MEASUREMENT_ID = G-E6VBGZ4ER5 +NEXT_PUBLIC_GA_ENABLED = true \ No newline at end of file