Sniped/netlify.toml
2023-10-19 22:35:48 +02:00

9 lines
No EOL
130 B
TOML

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