Feature: Shared Astro base
and Keystatic path
config (and data format)
#1371
Labels
enhancement
New feature or request
In Astro 5 the new content collection loaders become the new default.
See https://docs.astro.build/en/guides/upgrade-to/v5/#updating-existing-collections for how to migrate
Similar to #336 it would be great to have native support in Keystatic to make it easier to manage the Astro and Keystatic configs.
In this case, the shared information is where the data is stored and what format the data has.
My current solution is this:
In my keystatic config, export the path, for example:
In my astro content config, use the same path:
Ideally, I could so something like…
…which would return something like…
The text was updated successfully, but these errors were encountered: