forked from MapComplete/MapComplete
Performance: add preload
This commit is contained in:
parent
6394ee8e68
commit
8630a729e8
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,15 @@
|
|||
<link href="./css/wikipedia.css" rel="stylesheet"/>
|
||||
<meta content="website" property="og:type">
|
||||
|
||||
<link rel="preconnect" href="https://api.maptiler.com">
|
||||
<link rel="dns-prefetch" href="https://api.maptiler.com">
|
||||
<link rel="preconnect" href="https://api.openstreetmap.org">
|
||||
<link rel="dns-prefetch" href="https://api.openstreetmap.com">
|
||||
<link rel="preconnect" href="https://www.openstreetmap.org">
|
||||
<link rel="dns-prefetch" href="https://www.openstreetmap.com">
|
||||
<link rel="preconnect" href="https://cache.mapcomplete.org">
|
||||
<link rel="dns-prefetch" href="https://cache.mapcomplete.com">
|
||||
|
||||
<!-- THEME-SPECIFIC -->
|
||||
<!-- Every theme gets their own html page, this is created by a script; this part will be removed except for the index -->
|
||||
<title>MapComplete</title>
|
||||
|
|
Loading…
Reference in a new issue