mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Allow renderers to be loaded as modules
This commit is contained in:
parent
4dd94b8afa
commit
7e003b72d1
1 changed files with 6 additions and 1 deletions
|
|
@ -5,4 +5,9 @@
|
|||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
status = 200
|
||||
|
||||
[[headers]]
|
||||
for = "/render/*"
|
||||
[headers.values]
|
||||
Access-Control-Allow-Origin = "*"
|
||||
Loading…
Reference in a new issue