Skip to content

Commit

Permalink
add env json - delete space from index.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
ail3ngrimaldi committed Jun 12, 2024
1 parent a7410f6 commit 7c0f80a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions _data/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"AIRTABLE_API_KEY": "AIRTABLE_API_KEY",
"BASE_ID": "BASE_ID",
"TABLE_ID": "TABLE_ID"
}
1 change: 0 additions & 1 deletion index.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ questionButtons.forEach(button => {
});
// Airtable Connection
const apiKeyAirtable = '{{ env.AIRTABLE_API_KEY }}';
const baseId = '{{ env.BASE_ID }}';
const table = '{{ env.TABLE_ID }}';
Expand Down

0 comments on commit 7c0f80a

Please sign in to comment.