Skip to content

Commit

Permalink
add console log to debug airtable vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ail3ngrimaldi authored and olanod committed Jun 20, 2024
1 parent e6f5be8 commit 9d8d416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/index.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ const apiKeyAirtable = '{{ env.AIRTABLE_API_KEY }}';
const baseId = '{{ env.AIRTABLE_BASE_ID }}';
const table = '{{ env.AIRTABLE_TABLE_ID }}';
console.log(baseId, table);
const mailForm = document.getElementById('mail-form');
const modal = document.querySelector('[data-modal]')
const mailButton = document.getElementById('mail-button');
Expand Down

0 comments on commit 9d8d416

Please sign in to comment.