--- const props = Astro.props // interface faqContent{ // question: string; // answer: any; // } const faqContent = await Astro.glob("../content/faq/*.md"); ---
Answer: {/* {faq.frontmatter.answer} */}