Skip to content

Commit 3e5b26d

Browse files
committed
No longer async load Google Maps API JS
1 parent 0526a01 commit 3e5b26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="preconnect" href="https://fonts.gstatic.com">
1313
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&amp;display=swap" rel="stylesheet">
1414
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
15-
<script async src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBFucdgC3HjB8WYMFC2A3T1xSMedzTtt-8"></script>
15+
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBFucdgC3HjB8WYMFC2A3T1xSMedzTtt-8"></script>
1616

1717
<link rel="apple-touch-icon" href="assets/favicon/apple-touch-icon.png">
1818
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon-180x180.png">

0 commit comments

Comments
 (0)