Issue hosting public-facing, Read-Only SB instance with netlify

I have been following the example of https://silverbullet.md and hosting a publicly accessible version of my SB instance by cloning the github repository and replacing the contents of the “website” folder. This has been working fine for me until I attempted to upgrade from 0.7.7 to the latest version.

Now when I access my netlify site, I’m met with some errors that are beyond my SB-knowledge to solve.

Have there been any breaking changes to this? As far as I can tell, the only differences in my fork are the addition of the “katex” plug and the contents of the website/ directory

It appears that a random ‘s’ character made it into the section of the page’s HTML. I’m a newbie at web development, so I’m not sure how it got there or how to fix it but I’ll keep at it

EDIT:

It seems like this ‘s’ character is also present when visiting silverbullet.md, but it doesn’t seem to cause a problem there

Oh indeed. This is a typo that somehow slipped in and was never detected because I doubt anybody runs SB in this way anymore (except you apparently). Silverbullet.md itself is also no longer deployed via Netlify, it now runs on a “real” SilverBullet instance in read only mode: Install/Configuration

I just removed the typo though on the main branch, which may fix your issue?

Oh I see. Are you using the “Deno Deploy” method now?

No. I’m running the docker version in read-only mode.