Skip to content

Commit 164cca4

Browse files
committed
Try setting base
1 parent 04ddf88 commit 164cca4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

netlify.toml

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

0 commit comments

Comments
 (0)