Fix MIME type issue with overlapping marker spiderfier
Switch from unpkg.com to jsdelivr.net CDN to resolve MIME type mismatch error. The unpkg CDN was serving the JavaScript file with 'text/plain' content type instead of 'application/javascript'. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0f26cd7e22
commit
2f82d05008
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
</script>
|
||||
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js">
|
||||
</script>
|
||||
<script src="https://unpkg.com/overlapping-marker-spiderfier-leaflet@0.2.7/oms.min.js">
|
||||
<script src="https://cdn.jsdelivr.net/npm/overlapping-marker-spiderfier-leaflet@0.2.7/oms.min.js">
|
||||
</script>
|
||||
|
||||
<!-- Chart.js -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue