Latest randomness no longer displays on the homepage
- Dominant language
- No language data
- Stars
- 3
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
See:
This happens as cloudflare no longer supports [hosting node_modules](https://community.cloudflare.com/t/cloudflare-pages-not-compatible-with-node-modules/566178) 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`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.