fix: use correct excluded_paths syntax for Netlify edge functions

This commit is contained in:
Wayne Sutton
2025-12-22 01:58:11 -08:00
parent e9ff238abf
commit 1798be1047
3 changed files with 9 additions and 9 deletions

View File

@@ -48,7 +48,7 @@
[[edge_functions]]
path = "/*"
function = "botMeta"
excludedPath = ["/raw/*", "/api/*", "/*.xml", "/*.txt", "/*.yaml", "/*.json", "/*.md"]
excluded_paths = ["/raw/*", "/api/*", "/**/*.md", "/**/*.xml", "/**/*.txt", "/**/*.yaml", "/**/*.json"]
# Security and SEO headers
[[headers]]