We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ddf88 commit 164cca4Copy full SHA for 164cca4
netlify.toml
@@ -1,3 +1,4 @@
1
[build]
2
- publish = ".vuepress/dist"
3
- command = "npm i && npm run docs:build"
+ base = "./"
+ publish = "docs/.vuepress/dist"
4
+ command = "npm run docs:build"
0 commit comments