Skip to content

Commit

Permalink
netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 2, 2023
1 parent 8f0f60b commit 51b092f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
Export_output_dir="output",
Export_cache_dir="pluto_state_cache",
# more parameters can go here
)'
)
cp("netlify.toml", joinpath("output", "netlify.toml"))'
- name: Deploy to dist
Expand Down
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"

0 comments on commit 51b092f

Please sign in to comment.