Questions tagged [astro-content]
1 questions
0
votes
0 answers
How to have semi-dynamic list of images inside a Astro collection
How to have semi-dynamic list of images inside a collection?
I was almost sure it would not work but did try it anyway... (Importing the photos inside a generated route
interface Props {
entry: CollectionEntry<'project'>;
}
export async function…

Akxe
- 9,694
- 3
- 36
- 71