Most of the content driven sites are meant to be static and i've seen people using markdown or MDX files in the repo. And I've also seen people using headless CMSes with a DB backend, where content lives outside the repo.
i'm curious what you all prefer and why:
- do you keep everything in markdown/MDX in the repo?
- or do you pull content from a DB or external API?
would love to hear the "why" behind your setup.