type-challenges/scripts/netlify.toml
2023-12-26 06:07:37 +01:00

17 lines
225 B
TOML

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