Skip to content

Commit 2f785c7

Browse files
committed
🔧 chore: Add env variables
1 parent 526f857 commit 2f785c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎next.config.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
module.exports = {
1+
const nextConfig = {
22
reactStrictMode: true,
3+
env: {
4+
AIRTABLE_ID: process.env.AIRTABLE_ID,
5+
AIRTABLE_KEY: process.env.AIRTABLE_KEY,
6+
},
37
};
8+
9+
module.exports = nextConfig;

0 commit comments

Comments
 (0)