fix netlify build

This commit is contained in:
Pavlenex 2026-02-12 16:02:03 +04:00
parent 01329e2d90
commit 4c0503e379

6
netlify.toml Normal file
View File

@ -0,0 +1,6 @@
[build]
command = "npm run build"
publish = "dist"
[build.environment]
NODE_VERSION = "20"