diff --git a/netlify.toml b/netlify.toml index e42b91a9..858e46db 100755 --- a/netlify.toml +++ b/netlify.toml @@ -1,13 +1,7 @@ [build] publish = "docs/.vitepress/dist" -command = "pnpm run docs:build" +command = "pnpm run build && pnpm run docs:build" [build.environment] NODE_VERSION = "20" NODE_OPTIONS = "--max_old_space_size=8192" - -[[redirects]] -from = "/chat" -to = "https://discord.gg/Xta6huNhVv" -status = 302 -force = true