Skip to content

Commit 7f9a9eb

Browse files
author
Jeff
committed
fix publish path
1 parent 0d256ae commit 7f9a9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# @see https://www.netlify.com/docs/netlify-toml-reference/
44
[build]
55
base = "docs"
6-
publish = ".vuepress/dist"
6+
publish = "docs/.vuepress/dist"
77
command = "yarn build"
88

99
# Deploy Preview context

0 commit comments

Comments
 (0)