We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
netlify.toml
1 parent 61ffd22 commit 7d389aaCopy full SHA for 7d389aa
netlify.toml
@@ -1,3 +1,7 @@
1
+[build.environment]
2
+ NODE_VERSION = "20"
3
+ # don't need playwright for docs build
4
+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"
5
[build]
6
publish = "docs/.vitepress/dist"
7
command = "pnpm run build"
0 commit comments