Skip to content

Commit bb79a89

Browse files
authored
app: make the visual tests page faster to load and run (#572)
* app: make the visual tests page faster to load and run
1 parent e7fca87 commit bb79a89

5 files changed

Lines changed: 168 additions & 118 deletions

File tree

app/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Protomaps Basemaps</title>
77
<link rel="preconnect" href="https://demo-bucket.protomaps.com"/>
8+
<link rel="preconnect" href="https://build.protomaps.com"/>
9+
<link rel="preconnect" href="https://unpkg.com"/>
10+
<link rel="preconnect" href="https://protomaps.github.io"/>
811
</head>
912
<body>
1013
<div id="root"></div>

app/package-lock.json

Lines changed: 29 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@maplibre/maplibre-gl-inspect": "^1.8.1",
16-
"maplibre-gl": "5.13.0",
16+
"maplibre-gl": "5.19.0",
1717
"pixelmatch": "^5.3.0",
1818
"pmtiles": "^4.3.0",
1919
"sirv": "^3.0.0",

0 commit comments

Comments
 (0)