#See content in a subdirectory
3 messages · Page 1 of 1 (latest)
So, at first I tried just eliding two calls to getCollection together, and that kind of worked, but that returned an array, which isn't exactly what Astro wants. It actually seems to want a Promise<CollectionEntry<C>[]> which is kind of crazy.
Would appreciate any help here....
Hey! I'm sure that getContentCollection will recursively search content folders?
And about your typing issue, might need to see what code you're trying!