From c41a39c4919b016a985f0c9c47656780bde8dab3 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 19 Jan 2021 21:25:25 -0500 Subject: [PATCH] =?UTF-8?q?=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 +- vercel.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 28903d4..ca825b5 100644 --- a/.env.example +++ b/.env.example @@ -17,4 +17,4 @@ #FIREBASE_COLLECTION_IMAGES= # Optional -#NEXT_PUBLIC_FATHOM_ID= \ No newline at end of file +#NEXT_PUBLIC_FATHOM_ID= diff --git a/vercel.json b/vercel.json index 2aa949d..9da3e54 100644 --- a/vercel.json +++ b/vercel.json @@ -5,7 +5,7 @@ "GOOGLE_APPLICATION_CREDENTIALS": "@transitive-bullshit-google-application-credentials", "GCLOUD_PROJECT": "@transitive-bullshit-gcloud-project", "FIREBASE_COLLECTION_IMAGES": "@transitive-bullshit-firebase-collection-images", - "FATHOM_ID": "@transitive-bullshit-fathom-id" + "FATHOM_ID": "@next-public-fathom-id" } } }