From fb1b3b97929e21ff50f2615a89e37fff738e67b7 Mon Sep 17 00:00:00 2001 From: CHAE Date: Tue, 19 Dec 2023 00:28:09 +0900 Subject: [PATCH] =?UTF-8?q?config:=20.env.production=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [#301] --- packages/frontend/.env.production | 1 + packages/frontend/.gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 packages/frontend/.env.production diff --git a/packages/frontend/.env.production b/packages/frontend/.env.production new file mode 100644 index 00000000..919d4a37 --- /dev/null +++ b/packages/frontend/.env.production @@ -0,0 +1 @@ +NEXT_PUBLIC_GOOGLE_MEASUREMENT_ID=G-66F9GF1VQ3 \ No newline at end of file diff --git a/packages/frontend/.gitignore b/packages/frontend/.gitignore index 4da8988b..b5490c24 100644 --- a/packages/frontend/.gitignore +++ b/packages/frontend/.gitignore @@ -26,7 +26,7 @@ yarn-debug.log* yarn-error.log* # env files -.env* +.env # vercel .vercel