happiness (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) happiness

2020-08-22から1日間の記事一覧

GatsbyJSでenvがundefinedになる

原因 下記の記述を追加する require("dotenv").config({ path: `./.env.${process.env.NODE_ENV}`, }); module.exports = { // 略 apiKey: process.env.API_KEY } 参考 Environment Variables | Gatsby 【Gatsby.js】.env.development内の変数がundefinedに…