Skip to content

Commit

Permalink
Update docs/next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 16, 2020
1 parent 212cb72 commit 409ad02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ module.exports = {
}

// We want to speed-up the build of pull requests.
// TODO: REVERT BEFORE MERGE
if (process.env.PULL_REQUEST === 'false') {
if (process.env.PULL_REQUEST === 'true') {
// eslint-disable-next-line no-console
console.log('Considering only English for SSR');
traverse(pages, 'en');
Expand Down

0 comments on commit 409ad02

Please sign in to comment.