We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b875d97 commit c72cf3dCopy full SHA for c72cf3d
client/netlify.toml
@@ -2,3 +2,8 @@
2
from = "/*"
3
to = "/"
4
status = 200
5
+[[headers]]
6
+ for = "/*"
7
+ [headers.values]
8
+ Access-Control-Allow-Origin = "*"
9
+ Access-Control-Allow-Methods = "GET, POST, PUT, DELETE, OPTION"
0 commit comments