Replies: 1 comment 1 reply
-
You could try using this -> https://github.com/gxjansen/Astro-CC2KS |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like ATM I have to define my data structure twice when using Astro: once as keystatic
config
and once in/content/config.ts
withdefineCollection
(following this doc).Is there a way to populate the Astro
defineCollection
based on the keystaticconfig
so both hat I only have to manage one?Beta Was this translation helpful? Give feedback.
All reactions