Skip to content

Commit

Permalink
TRY: Wasm build and netlify deploy, minimal toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 16, 2024
1 parent f48b299 commit db20c3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion example/lib/shared/const/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sealed class App {
static const String versionMajor = '8';
static const String versionMinor = '0';
static const String versionPatch = '1';
static const String versionBuild = '01';
static const String versionBuild = '02';
static const String versionFull = '$versionMajor.$versionMinor.$versionPatch'
'\nBuild-$versionBuild';
static const String version = '$versionMajor.$versionMinor.$versionPatch';
Expand Down
6 changes: 0 additions & 6 deletions example/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@
[headers.values]
Cross-Origin-Embedder-Policy = "require-corp"
Cross-Origin-Opener-Policy = "same-origin"
Content-Security-Policy = "upgrade-insecure-requests"

[[headers]]
for = "/*.wasm"
[headers.values]
Content-Type = "application/wasm"

1 comment on commit db20c3f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.