Skip to content

Commit cf19038

Browse files
committed
Build f WASM again
1 parent 266a6f0 commit cf19038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_playground_netlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
publish-dir: './example/build/web'
5353
production-branch: master
5454
production-deploy: true
55-
# netlify-config-path: './example/netlify.toml'
55+
netlify-config-path: './example/netlify.toml'
5656
github-token: ${{ secrets.GITHUB_TOKEN }}
5757
deploy-message: "Deploy to Netlify from GitHub Actions"
5858
enable-pull-request-comment: true

example/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
for = "/*"
33
[headers.values]
44
Cross-Origin-Embedder-Policy = "require-corp"
5-
Cross-Origin-Opener-Policy = "same-origin"
5+
Cross-Origin-Opener-Policy = "same-origin"

0 commit comments

Comments
 (0)