Skip to content

Commit e6ffe09

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

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

netlify.toml

100755100644
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[build]
2-
base="docs"
3-
publish="/"
4-
command=""
2+
base = "docs"
3+
publish = ".vitepress/dist"
4+
command = "npm run build"
55

6-
[[redirects]]
7-
from = "/*"
8-
to = "/index.html"
9-
status = 200
6+
[build.environment]
7+
NODE_VERSION = "22"

0 commit comments

Comments
 (0)