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"