We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de27a1 commit 3799bf2Copy full SHA for 3799bf2
.github/workflows/build.yml
@@ -84,5 +84,4 @@ jobs:
84
# this should be a last resort in case by any chances the build memory gets too high
85
# but in general this should never happen
86
NODE_OPTIONS: '--max_old_space_size=4096'
87
- # We want to ensure that static exports for all locales do not occur on `pull_request` events
88
- NEXT_PUBLIC_STATIC_EXPORT_LOCALE: ${{ github.event_name == 'push' }}
+ # TODO: All locales takes waaaay to much space
0 commit comments