Skip to content

Commit

Permalink
add preconnect hints for tiles+assets domains
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Dec 28, 2024
1 parent 55a690b commit 33fd554
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>s2js Region Coverer</title>
<link rel="preconnect" href="https://api.protomaps.com"/>
<link rel="preconnect" href="https://protomaps.github.io"/>
<link rel="preconnect" href="https://unpkg.com"/>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 33fd554

Please sign in to comment.