aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/fixtures/headings-custom/src/content/config.ts
blob: a142ace11a741e2fc0901e27ebe6543e661ece5c (plain) (blame)
1
2
3
4
5
6
7
import { defineCollection } from 'astro:content';

const docs = defineCollection({});

export const collections = {
	docs,
};