#Can I custom my content collection path?
2 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not contain specific details about customizing the content collection path in a monorepo project setup with Astro.
However, Astro does support content collections and you can define your collections in the src/content/config.ts file. This file is used by Astro to configure your content collections. You can define your collections using the defineCollection function from astro:content and export them in a collections object. The key should match your collection directory name in "src/content" source (https://docs.astro.build/en/guides/content-collections#defining-collections).