From 92ba018b626c2a990340a26d6db04cd162e30db7 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 25 Jan 2021 21:06:20 -0500 Subject: [PATCH] remove vercel.json --- vercel.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 vercel.json diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 35c2067..0000000 --- a/vercel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": 2, - "build": { - "env": { - "GOOGLE_APPLICATION_CREDENTIALS": "@transitive-bullshit-google-application-credentials", - "GCLOUD_PROJECT": "@transitive-bullshit-gcloud-project", - "FIREBASE_COLLECTION_IMAGES": "@transitive-bullshit-firebase-collection-images", - "NEXT_PUBLIC_FATHOM_ID": "@next-public-fathom-id" - } - } -}