mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
17 lines
225 B
TOML
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 = "*"
|