Allow renderers to be loaded as modules

This commit is contained in:
Nicholas Jitkoff 2022-07-02 14:27:44 -07:00
parent 4dd94b8afa
commit 7e003b72d1

View file

@ -5,4 +5,9 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
status = 200
[[headers]]
for = "/render/*"
[headers.values]
Access-Control-Allow-Origin = "*"