Skip to content

Commit

Permalink
Defer Script for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshubalani committed Feb 29, 2024
1 parent 08cea48 commit 06af574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<script src="flutter.js" defer></script>
</head>
<body>
<script>
<script defer>
window.addEventListener('load', function(ev) {
// Download main.dart.js
_flutter.loader.loadEntrypoint({
Expand Down

0 comments on commit 06af574

Please sign in to comment.