feat: cors

This commit is contained in:
Anthony Fu 2020-11-02 18:23:56 +08:00
parent 4d1d31c80f
commit 8b8a9ea2b3

View File

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