Skip to content

Commit

Permalink
refactor: update gatsby-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mashal-m committed Jul 20, 2023
1 parent cb8c8d1 commit 5bb6e8a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ module.exports = {
alias: {
'env.config': path.join(__dirname, './env.config.js'),
},
fallback: {
// This causes the system to return an empty object if it can't find an env.config.js file in
// the application being built.
'env.config': false,
},

extensions: ['.js', '.jsx'],
},
},
Expand Down

0 comments on commit 5bb6e8a

Please sign in to comment.