Thinkmill / keystatic

First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
https://keystatic.com
MIT License
1.16k stars 75 forks source link

Add support for live-preview layout #1071

Open SharadKumar opened 5 months ago

SharadKumar commented 5 months ago

Something on the lines of: https://github.com/payloadcms/payload/tree/main/examples/live-preview/payload

It will be super useful for marketing sites.

jossmac commented 5 months ago

We support real-time previews with Next.js' draft mode via the previewUrl config option. Have you tried that?