Skip to content

Commit b6fa62a

Browse files
committed
Get maplibre css from node_modules
1 parent e1ca2a8 commit b6fa62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function registerTraceModule(_module) {
286286

287287
// add maplibre-gl CSS here to avoid console warning on instantiation
288288
if(bpmName === 'map') {
289-
addCss('https://unpkg.com/maplibre-gl@^4.3.2/dist/maplibre-gl.css');
289+
addCss('/node_modules/maplibre-gl/dist/maplibre-gl.css');
290290
}
291291

292292
// if `plotly-geo-assets.js` is not included,

0 commit comments

Comments
 (0)