We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3761864 commit 96efdedCopy full SHA for 96efded
1 file changed
apps/website/content-collections.ts
@@ -15,7 +15,7 @@ import rehypeShiki from "@shikijs/rehype/core";
15
import { compileMDX } from "@content-collections/mdx";
16
import rehypeAutolinkHeadings from "rehype-autolink-headings";
17
18
-import { highlight } from "./src/utils/shiki";
+import { highlight } from "./src/utils/shiki/highlight";
19
import { rehypeShikiOptions } from "./src/mdx/plugins/rehypeShiki";
20
import { rehypeComponent } from "./src/mdx/plugins/rehypeComponent";
21
import { rehypeReactDoc } from "./src/mdx/plugins/rehypeReactDoc";
0 commit comments