From b0cd50d942013e58388d6d67e781d343247ebbeb Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 7 May 2024 23:39:16 -0400 Subject: [PATCH] fix vuepress dist path Signed-off-by: Rui Chen --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]]