We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b078697 commit 29066a8Copy full SHA for 29066a8
1 file changed
netlify.toml
@@ -1,13 +1,14 @@
1
[build]
2
base = ""
3
publish = "website/build"
4
- command = "yarn && cd website && yarn build"
5
-
+ command = "git backfill & yarn & wait && cd website && yarn build"
+
6
[context.production.environment]
7
- NODE_VERSION = "22"
+ NODE_VERSION = "24"
8
+ DOCUSAURUS_PERF_LOGGER = "true"
9
10
[context.deploy-preview.environment]
11
12
PREVIEW_DEPLOY = "true"
13
14
[[headers]]
0 commit comments