roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
50 stars 17 forks source link

make static websites fully static #62

Closed roipoussiere closed 1 year ago

roipoussiere commented 1 year ago

Currently static website fetchs local json file, and thus require CORS to be enabled. Instead, the html template could import them as JS files.

roipoussiere commented 1 year ago

fixed in 842dcab