We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8933dcc commit b870f97Copy full SHA for b870f97
web/index.html
@@ -27,8 +27,8 @@
27
<link rel="apple-touch-icon" href="icons/Icon-192.png">
28
29
<!-- Mapbox -->
30
- <script src='https://unpkg.com/mapbox-gl@latest/dist/mapbox-gl.js'></script>
31
- <link href='https://unpkg.com/mapbox-gl@latest/dist/mapbox-gl.css' rel='stylesheet' />
+ <script src='https://cdn.jsdelivr.net/npm/mapbox-gl/dist/mapbox-gl.min.js'></script>
+ <link href='https://cdn.jsdelivr.net/npm/mapbox-gl/dist/mapbox-gl.min.css' rel='stylesheet' />
32
33
<title>OpenHaystack Mobile</title>
34
<link rel="manifest" href="manifest.json">
0 commit comments