We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7bbfd commit e6ffe09Copy full SHA for e6ffe09
1 file changed
netlify.toml
100755
100644
@@ -1,9 +1,7 @@
1
[build]
2
- base="docs"
3
- publish="/"
4
- command=""
+ base = "docs"
+ publish = ".vitepress/dist"
+ command = "npm run build"
5
6
-[[redirects]]
7
- from = "/*"
8
- to = "/index.html"
9
- status = 200
+[build.environment]
+ NODE_VERSION = "22"
0 commit comments