diff --git a/netlify.toml b/netlify.toml index 7394f96d..9a00fb7f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,5 +2,5 @@ [build] base = "docs/" -publish = "docs/content/.vuepress/dist" +publish = "content/.vuepress/dist" command = "npm run build"