From 91e212a01cd825e0a022ce44d1f2a7ae3800e8fa Mon Sep 17 00:00:00 2001 From: junyeokk Date: Sun, 12 May 2024 20:56:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20deploy=20=EC=97=90=EB=9F=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 0c6b1d2..f8823fd 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -16,7 +16,7 @@ export default ({ mode }: { mode: string }) => { minify: true, inject: { data: { - google_analytics: env.VITE_GOOGLE_ANALYTICS, + VITE_GOOGLE_ANALYTICS: env.VITE_GOOGLE_ANALYTICS, }, }, }),