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