Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
REVERT LATER deploy all locales
  • Loading branch information
eps1lon committed Jan 26, 2021
1 parent 693ea5a commit 6fe3884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ module.exports = {

// We want to speed-up the build of pull requests.
// For crowdin PRs we want to build all locales for testing.
if (process.env.PULL_REQUEST === 'true' && !l10nPRInNetlify && !vercelDeploy) {
// FIXME REVERT LATER building all locales for testing
if (process.env.PULL_REQUEST === 'NONSESE' && !l10nPRInNetlify && !vercelDeploy) {
// eslint-disable-next-line no-console
console.log('Considering only English for SSR');
traverse(pages, 'en');
Expand Down

0 comments on commit 6fe3884

Please sign in to comment.