Provide the earth.jpg from local codebase instead from cdn

This commit is contained in:
2026-02-21 17:10:17 +01:00
parent d47363dad5
commit c85d51edd6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 KiB

View File

@@ -152,7 +152,7 @@ function renderInsightsGlobe() {
.showAtmosphere(true)
.atmosphereColor('#3b82f6')
.atmosphereAltitude(0.15)
.globeImageUrl('//unpkg.com/three-globe/example/img/earth-night.jpg')
.globeImageUrl('/static/images/earth.jpg?v={{.version}}')
.pointsData(points)
.pointLat('lat')
.pointLng('lng')