mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
fix: use correct excluded_paths syntax for Netlify edge functions
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user