Fantasy-Map-Generator/netlify.toml

9 lines
160 B
TOML

[build]
command = "npm run build"
publish = "dist"
environment = { NODE_VERSION = "24" }
[[redirects]]
from = "/*"
to = "/index.html"
status = 200