diff --git a/.gitignore b/.gitignore index ce78c3b..575162f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *.log node_modules/ -pages/ +.vuepress/dist/ *.lock \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index cad6dde..f225ca6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ # Directory (relative to root of your repo) that contains the deploy-ready # HTML files and assets generated by the build. If a base directory has # been specified, include it in the publish directory path. - publish = "pages" + publish = ".vuepress/dist" # Default build command. command = "vuepress build" \ No newline at end of file