From 7e003b72d15a674580668213c7925d6e9e8ad3fe Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Sat, 2 Jul 2022 14:27:44 -0700 Subject: [PATCH] Allow renderers to be loaded as modules --- netlify.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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