michael / editable-website

A SvelteKit template for building CMS-free editable websites
https://editable.website
MIT License
1.34k stars 103 forks source link

<PlainTextEditor> and <RichTextEditor> fail when rendered on the server side #2

Closed michael closed 1 year ago

michael commented 1 year ago

It's a minor thing, but we need to put guards in place. Currently /blog/new breaks when accessed directly via the url.

michael commented 1 year ago

Fixed via #8.