Skip to content

Commit

Permalink
Update Access-Control-Allow-Origin header in netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
serifcolakel committed Apr 6, 2024
1 parent 0ce681e commit 6e23ecf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "https://relaxed-mochi-7581fa.netlify.app"
Access-Control-Allow-Origin = "https://relaxed-mochi-7581fa.netlify.app, https://mfe-tutorial.vercel.app/"
Access-Control-Allow-Methods = "GET, POST, PUT, DELETE"
Access-Control-Allow-Headers = "Content-Type"

# _redirects
[[redirects]]
Expand Down

0 comments on commit 6e23ecf

Please sign in to comment.