Skip to content

Commit

Permalink
add cors header for app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cheapsteak committed Oct 11, 2020
1 parent 5dd261d commit 4cc8ac6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
[build]
command = "cd packages/frontend && yarn build"
functions = "lambdas"
publish = "packages/frontend/public/"
publish = "packages/frontend/public/"

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

0 comments on commit 4cc8ac6

Please sign in to comment.