too long building time #11668
|
I cloned repo to local computer, and it has compiled for over 5 min, is it normal time? |
Answered by
corwintines
Nov 17, 2023
Replies: 1 comment
|
Hey @fuzheng1998, While the repo is large, have you setup your |
0 replies
Answer selected by
snowden-fu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @fuzheng1998,
While the repo is large, have you setup your
GATSBY_BUILD_LANGSin the .env file. I recommend usingGATSBY_BUILD_LANGS=ento only build the site in english, or add the lang code you need as well. This will significantly reduce the build time for you locally.