Create netlify.toml

This commit is contained in:
Stripes
2022-10-24 09:08:46 +03:00
committed by GitHub
parent 4674e835ce
commit 831755f5d5
+5
View File
@@ -0,0 +1,5 @@
[[headers]]
# Define which paths this specific [[headers]] block will cover.
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"