Skip to content

Commit d003d2d

Browse files
committed
Update starter.html
1 parent ac24117 commit d003d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/demos/starter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<script>
2626
const map = new maplibregl.Map({
2727
container: 'map', // container id
28-
style: 'https://demotiles.maplibre.org/style.json', // style URL
28+
style: 'https://naivemap.com/demotiles/style.json', // style URL
2929
center: [0, 0], // starting position [lng, lat]
3030
zoom: 1, // starting zoom
3131
maplibreLogo: true

0 commit comments

Comments
 (0)