fix: add NODE_VERSION to environment in Netlify configuration

This commit is contained in:
Marc Emmanuel 2026-01-11 21:14:50 +01:00
parent 31d8f133ae
commit be66a93a17

View file

@ -1,6 +1,7 @@
[build]
command = "npm run build"
publish = "dist"
environment = { NODE_VERSION = "24" }
[[redirects]]
from = "/*"