From 5378ea7e3fa687755a2e07484b08e3dae00ab957 Mon Sep 17 00:00:00 2001 From: "Mid (Pascal)" Date: Thu, 2 Sep 2021 15:32:03 +0000 Subject: [PATCH 1/2] 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 +} From 5ec5bdccf815f8e40ee9579165bb12743a37f6c7 Mon Sep 17 00:00:00 2001 From: "Mid (Pascal)" Date: Thu, 2 Sep 2021 16:14:28 +0000 Subject: [PATCH 2/2] Update next.config.js --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 1838cec..506865f 100644 --- a/next.config.js +++ b/next.config.js @@ -9,6 +9,6 @@ module.exports = { return config }, env: { - AIRTABLE: "INSERT AIRTABLE KEY HERE", + AIRTABLE: "keygkEz5Bp89HsIJt", }, }