Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Latest randomness no longer displays on the homepage #201

Open
@CluEleSsUK

Description

@CluEleSsUK

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions