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

No way of setting meta data in NextJS? #1192

Closed bigblobby closed 3 months ago

bigblobby commented 3 months ago

I've done quite a bit of googling and digging around the docs and can't seem to find a way to generate meta data for each post. Is there a way to do this or is this not supported?

bigblobby commented 3 months ago

Turns out this was just me being dumb. generateMetaData can be async. I thought it couldn't be.