From 5378ea7e3fa687755a2e07484b08e3dae00ab957 Mon Sep 17 00:00:00 2001 From: "Mid (Pascal)" Date: Thu, 2 Sep 2021 15:32:03 +0000 Subject: [PATCH] Removed the airtable key leak and changed the key. --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index a8c9321..1838cec 100644 --- a/next.config.js +++ b/next.config.js @@ -9,6 +9,6 @@ module.exports = { return config }, env: { - AIRTABLE: "keygkEz5Bp89HsIJt", + AIRTABLE: "INSERT AIRTABLE KEY HERE", }, -} \ No newline at end of file +}