aboutsummaryrefslogtreecommitdiff
path: root/examples/with-markdoc/src/content/config.ts
blob: 79743326eac3ae4488512999b69aed7f0cb880c9 (plain) (blame)
1
2
3
4
5
import { defineCollection } from 'astro:content';

export const collections = {
	docs: defineCollection({})
};