Skip to content

Commit

Permalink
add headers to netlify.toml (#305)
Browse files Browse the repository at this point in the history
* update netlify toml

* remove redirects
  • Loading branch information
theyokohamalife authored Dec 7, 2023
1 parent e3ee855 commit ae43ca4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@
[build.environment]
NETLIFY_USE_YARN="true"
YARN_VERSION="3.4.1"

[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"

0 comments on commit ae43ca4

Please sign in to comment.