Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOf0days committed Mar 16, 2024
1 parent e20e2c3 commit 1133486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module.exports = {
poweredByHeader: false,
reactStrictMode: false,
env: {
BACKEND_URL: backends['production' || 'development'],
BACKEND_URL: backends[process.env.APP_ENV || 'development'],
},
};

0 comments on commit 1133486

Please sign in to comment.