Β© 2026 Hedgehog Software, LLC
content/ p/ cctv/ product1.yaml product2.yaml fire-alarm/ product3.yaml product4.yaml
// content.config.ts products: defineCollection({ type: 'page', source: 'p/**/*.yaml', schema: mySchema })
// β Empty array const { data } = await useAsyncData('products', () => queryCollection('products').path('p/cctv').all() );