diff --git a/netlify.toml b/netlify.toml index ff1c050..593d751 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,12 @@ +[[headers]] + for = "/*" + + [headers.values] + Access-Control-Allow-Origin = "https://*.contentstack.com" + Access-Control-Allow-Methods = "GET, HEAD" + Access-Control-Allow-Headers = "*" + [[redirects]] from = "/*" to = "/index.html" - status = 200 \ No newline at end of file + status = 200