CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
13.01k stars 3.51k forks source link

CDN version for Cesium `1.103.0` unavailable #11130

Closed turansky closed 1 year ago

turansky commented 1 year ago

Cesium example - https://cesium.com/learn/cesiumjs-learn/cesiumjs-quickstart/#import-from-cdn

Test case

  1. Open CDN url from example - https://cesium.com/downloads/cesiumjs/releases/1.103/Build/Cesium/Cesium.js

Expected

  1. Cesium.js content

Actual

  1. Page 404
Screenshot 2023-03-01 at 11 03 54 PM
ggetz commented 1 year ago

Thanks for the report @turansky, we are looking into this now!

ggetz commented 1 year ago

This should now be fixed on the website. A fix for the publish step is in https://github.com/CesiumGS/cesium/pull/11131. Thanks again!