We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661cc23 commit d67eabeCopy full SHA for d67eabe
1 file changed
netlify.toml
@@ -43,3 +43,8 @@ status = 200
43
from = "/api/v2/:endpoint/:id/:extra"
44
to = "/api/v2/:endpoint/:id/:extra/index.json"
45
status = 200
46
+
47
+[[headers]]
48
+for = "/*"
49
+[headers.values]
50
+Access-Control-Allow-Origin = "*"
0 commit comments