diff --git a/netlify.toml b/netlify.toml index 3f0ac05..669e3ab 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,4 +5,9 @@ [[redirects]] from = "/*" to = "/index.html" - status = 200 \ No newline at end of file + status = 200 + +[[headers]] + for = "/render/*" + [headers.values] + Access-Control-Allow-Origin = "*" \ No newline at end of file