Skip to content

Commit 650d067

Browse files
authored
Update gatsby-config.js
1 parent 288634c commit 650d067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require("dotenv").config();
22

33
const baseId = process.env.AIRTABLE_MITH_BASE_ID;
4-
console.log(process.env.AIRTABLE_TOKEN)
4+
console.log("t: ", process.env.AIRTABLE_TOKEN)
55

66
module.exports = {
77
pathPrefix: `mith-static`,

0 commit comments

Comments
 (0)