diff --git a/netlify.toml b/netlify.toml index 310ab6bab6..0ff70d8702 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,8 @@ # Netlify Config, https://www.netlify.com/docs/netlify-toml-reference/ [build] - publish = "runatlantis.io/vuepress/dist" # Directory containing the final build files to publish - command = "pnpm website:build" # Build command to generate the site - base = "/" # Base directory for the project + publish = "runatlantis.io/.vuepress/dist/" # Directory containing the final build files to publish + command = "pnpm website:build" # Build command to generate the site + base = "/" # Base directory for the project # Redirects [[redirects]]