From 847bea4339665d10e8210df3653df93a3dd72e55 Mon Sep 17 00:00:00 2001 From: W1ndys Date: Thu, 23 Jan 2025 21:46:22 +0800 Subject: [PATCH] fix(netlify): update publish directory to reflect new project structure --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ac8f0b9e9..b3e08a945 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] - publish = ".vuepress/dist" + publish = "src/.vuepress/dist" command = "pnpm run docs:build" [dev]