From e99dd1348897a39e6729d5a48df9b4e6f7bd40bd Mon Sep 17 00:00:00 2001 From: CharleeWa <18888351756@163.com> Date: Wed, 27 Dec 2023 10:12:09 +0800 Subject: [PATCH] chore: Update build environment --- netlify.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index fe4b6c1..1b21680 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,9 +3,6 @@ base = "/" publish = "dist" command = "npm run build" -[build.environment] -NODE_VERSION = "20" - [[redirects]] from = "/*" to = "/index.html"