We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919e50b commit f5c1aaaCopy full SHA for f5c1aaa
.gitignore
@@ -85,7 +85,7 @@ web_modules/
85
.yarn-integrity
86
87
# dotenv environment variable files
88
-.env.development
+.env
89
.env.development.local
90
.env.test.local
91
.env.production.local
gatsby-config.ts
@@ -1,7 +1,7 @@
1
import type {GatsbyConfig} from "gatsby";
2
3
require("dotenv").config({
4
- path: `.env.${process.env.NODE_ENV}`,
+ path: `.env`,
5
})
6
7
const config: GatsbyConfig = {
0 commit comments