| 1 | import { posix } from "node:path" |
| 2 | import { defineCollection, defineConfig } from "@content-collections/core" |
| 3 | import { compileMDX } from "@content-collections/mdx" |
| 4 | import rehypeSlug from "rehype-slug" |
nothing calls this directly
no test coverage detected