type-challenges/scripts/netlify.toml
2020-09-03 20:35:31 +08:00

8 lines
116 B
TOML

[build]
ignore = "git diff --quiet HEAD^ HEAD .."
[[redirects]]
from = "/"
to = "/index.html"
status = 200