Skip to content

Commit f5c1aaa

Browse files
committed
fix: 🐛 API hide
1 parent 919e50b commit f5c1aaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ web_modules/
8585
.yarn-integrity
8686

8787
# dotenv environment variable files
88-
.env.development
88+
.env
8989
.env.development.local
9090
.env.test.local
9191
.env.production.local

gatsby-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type {GatsbyConfig} from "gatsby";
22

33
require("dotenv").config({
4-
path: `.env.${process.env.NODE_ENV}`,
4+
path: `.env`,
55
})
66

77
const config: GatsbyConfig = {

0 commit comments

Comments
 (0)