Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into prod/festapp
Browse files Browse the repository at this point in the history
  • Loading branch information
miakh committed Aug 2, 2024
2 parents 80c53fd + 0a0ce73 commit bfe56d3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,18 @@
}
</script>

<script src="flutter_bootstrap.js" async></script>
<script>
window.addEventListener('load', function(ev) {
{{flutter_js}}
{{flutter_build_config}}

_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: {{flutter_service_worker_version}},
}
});
});
</script>

<style>
body {
Expand Down

0 comments on commit bfe56d3

Please sign in to comment.