drand / website

Drand webpage, docs and blog 📚
https://drand.love
Other
3 stars 13 forks source link

Latest randomness no longer displays on the homepage #201

Open CluEleSsUK opened 2 months ago

CluEleSsUK commented 2 months ago

See:

image

This happens as cloudflare no longer supports hosting node_modules and our drand.wasm blob gets deployed from ./docs/.vuepress/dist/node_modules. It gets referenced in one of the .js bundles, and I don't know how simple it will be to extract that to use a fully qualified URL (cloudflare in fact returns the index.html for e.g. https://drand.love/node_modules/drand.wasm).

The sensible option would be to update to the latest drand-client... but given the website runs on node 16 and can't run on newer versions, this might pose some challenges. At the very least, the client will need some polyfills for fetch