We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526f857 commit 2f785c7Copy full SHA for 2f785c7
‎next.config.js
@@ -1,3 +1,9 @@
1
-module.exports = {
+const nextConfig = {
2
reactStrictMode: true,
3
+ env: {
4
+ AIRTABLE_ID: process.env.AIRTABLE_ID,
5
+ AIRTABLE_KEY: process.env.AIRTABLE_KEY,
6
+ },
7
};
8
+
9
+module.exports = nextConfig;
0 commit comments