sprachbund/netlify.toml
2024-09-19 22:19:43 +08:00

12 lines
167 B
TOML

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