We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288634c commit 650d067Copy full SHA for 650d067
gatsby-config.js
@@ -1,7 +1,7 @@
1
require("dotenv").config();
2
3
const baseId = process.env.AIRTABLE_MITH_BASE_ID;
4
-console.log(process.env.AIRTABLE_TOKEN)
+console.log("t: ", process.env.AIRTABLE_TOKEN)
5
6
module.exports = {
7
pathPrefix: `mith-static`,
0 commit comments