Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/nextConfigDocsInfra.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function withDocsInfra(nextConfig) {
return {
trailingSlash: true,
reactStrictMode: true,
productionBrowserSourceMaps: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about doing this in the config in docs-infra package?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will add it there as well

...nextConfig,
env: {
BUILD_ONLY_ENGLISH_LOCALE: 'true', // disable translations by default
Expand Down
Loading