diff --git a/now.json b/now.json deleted file mode 100644 index 08234cf..0000000 --- a/now.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "regions": ["cle1"], - "build": { - "env": { - "HCAG_BUZZSPROUT_API_KEY": "@hcag-buzzsprout-api-key", - "HCAG_BUZZSPROUT_PODCAST_ID": "@hcag-buzzsprout-podcast-id", - "HCAG_PRISMIC_API_KEY": "@hcag-prismic-api-key", - "HCAG_SENDGRID_API_KEY": "@hcag-sendgrid-api-key", - "HCAG_SENTRY_DSN": "@hcag-sentry-dsn" - } - } -} diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..1d17035 --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "regions": ["cle1"] +}