Files
web/apps/scandic-redirect/netlify.toml
Linus Flood 9362d09730 Merged in fix/branch-sync (pull request #2625)
fix(branch sync): check if cached commit ref exists before ignoring builds

* fix(branch sync): check if cached commit ref exists before ignoring builds


Approved-by: Joakim Jäderberg
2025-08-12 11:56:17 +00:00

12 lines
295 B
TOML

[build]
ignore = "if [[ -v $CACHED_COMMIT_REF ]] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/scandic-redirect ; fi"
[functions]
included_files = ["netlify/functions/data/**.json"]
[[redirects]]
from = "/*"
to = "/.netlify/functions/redirect"
status = 200