We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7bbfd commit b65950bCopy full SHA for b65950b
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 = ".vitepress/dist"
+ command = "npm run build"
0 commit comments