Open samsiegart opened 2 months ago
When viewing a function in the docs, the screen goes blank.
Steps to reproduce the behavior:
It shows the docs for the function
This seems to be an issue with how cloudflare is hosting the site. If you build and serve the docs locally, it works as expected. See: https://github.com/Agoric/agoric-sdk/issues/9729
@0xpatrickdev fixed a similar issue with https://github.com/Agoric/agoric-sdk/pull/9727, we should be able to do something like that here.
Describe the bug
When viewing a function in the docs, the screen goes blank.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It shows the docs for the function
Context
This seems to be an issue with how cloudflare is hosting the site. If you build and serve the docs locally, it works as expected. See: https://github.com/Agoric/agoric-sdk/issues/9729