Skip to content

Commit

Permalink
fix: renamed env variables in next.config.js to match env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkadas committed Dec 19, 2023
1 parent 120dd92 commit 058a413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const nextConfig = {
module.exports = {
...nextConfig,
env: {
GH_CLIENT_ID: process.env.GH_CLIENT_ID,
GH_CLIENT_SECRET: process.env.GH_CLIENT_SECRET,
GITHUB_CLIENT_ID: process.env.GH_CLIENT_ID,
GITHUB_CLIENT_SECRET: process.env.GH_CLIENT_SECRET,
},
images: {
domains: [
Expand Down

0 comments on commit 058a413

Please sign in to comment.