type-challenges/scripts/netlify.toml
2020-11-02 18:23:56 +08:00

13 lines
201 B
TOML

[build]
ignore = "git diff --quiet HEAD^ HEAD .."
[[redirects]]
from = "/"
to = "/index.html"
status = 200
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"