From bceb832909898ccfa4f3317406684f7fcc3ca41f Mon Sep 17 00:00:00 2001 From: vincanger <70215737+vincanger@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:21:18 +0200 Subject: [PATCH] revert landing page --- template/app/.env.client.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/app/.env.client.example b/template/app/.env.client.example index e96160b..c4389b7 100644 --- a/template/app/.env.client.example +++ b/template/app/.env.client.example @@ -1,4 +1,6 @@ # All client-side env vars must start with REACT_APP_ https://wasp-lang.dev/docs/project/env-vars # Find your test url at https://dashboard.stripe.com/test/settings/billing/portal -REACT_APP_STRIPE_CUSTOMER_PORTAL=https://billing.stripe.com/... \ No newline at end of file +REACT_APP_STRIPE_CUSTOMER_PORTAL=https://billing.stripe.com/... + +REACT_APP_GOOGLE_ANALYTICS_ID=G-... \ No newline at end of file