Skip to content

Commit

Permalink
Don't load maps async
Browse files Browse the repository at this point in the history
  • Loading branch information
mojowen committed Nov 1, 2024
1 parent 9911461 commit 52bcb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" />
<meta name="theme-color" content="#fa442d" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta http-equiv="x-ua-compatible" content="IE=Edge" />

<script type="module" src="/build/app.esm.js"></script>
Expand Down Expand Up @@ -66,7 +66,7 @@

gtag("config", "G-1D1KFSYN9V");
</script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBb_IhCGGA3lt72lYpPy5rhQycPBKFDssw&libraries=places&sensor=false"></script>
<script defer src="https://maps.googleapis.com/maps/api/js?loading=async&key=AIzaSyBb_IhCGGA3lt72lYpPy5rhQycPBKFDssw&libraries=places"></script>
<script async defer src="https://js.stripe.com/v3/"></script>
</head>
<body>
Expand Down

0 comments on commit 52bcb67

Please sign in to comment.