#Can I custom my content collection path?

2 messages · Page 1 of 1 (latest)

velvet stoneBOT
#

Hi @cyan island. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

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).

For more specific details about your use case, I would recommend checking the Astro documentation (https://docs.astro.build) or reaching out to the Astro community for further assistance.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: