Fantasy-Map-Generator/netlify.toml

8 lines
120 B
TOML

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