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