diff --git a/netlify.toml b/netlify.toml index 1ea4eee..20c0ba0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -220,6 +220,13 @@ Access-Control-Allow-Methods = "GET" Content-Type = "application/json" +[[headers]] + for = "/.well-known/*" + + [headers.values] + Access-Control-Allow-Origin = "*" + Access-Control-Allow-Methods = "GET" + [[headers]] for = "/*"