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

const blog = defineCollection({});

export const collections = {
	blog,
};