| 1 | import { defineCollection, defineConfig } from "@content-collections/core" |
| 2 | import { compileMDX } from "@content-collections/mdx" |
| 3 | import rehypeAutolinkHeadings from "rehype-autolink-headings" |
| 4 | import { rehypeParseCodeBlocks } from "./shiki-rehype.mjs" |