Skip to content

Commit b65950b

Browse files
committed
- netlify: update for vitepress
1 parent 0c7bbfd commit b65950b

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

netlify.toml

100755100644
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
[build]
2-
base="docs"
3-
publish="/"
4-
command=""
5-
6-
[[redirects]]
7-
from = "/*"
8-
to = "/index.html"
9-
status = 200
2+
base = "docs"
3+
publish = ".vitepress/dist"
4+
command = "npm run build"

0 commit comments

Comments
 (0)