Skip to content

Commit 96efded

Browse files
committed
fix: update import path for shiki highlight utility
1 parent 3761864 commit 96efded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/website/content-collections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import rehypeShiki from "@shikijs/rehype/core";
1515
import { compileMDX } from "@content-collections/mdx";
1616
import rehypeAutolinkHeadings from "rehype-autolink-headings";
1717

18-
import { highlight } from "./src/utils/shiki";
18+
import { highlight } from "./src/utils/shiki/highlight";
1919
import { rehypeShikiOptions } from "./src/mdx/plugins/rehypeShiki";
2020
import { rehypeComponent } from "./src/mdx/plugins/rehypeComponent";
2121
import { rehypeReactDoc } from "./src/mdx/plugins/rehypeReactDoc";

0 commit comments

Comments
 (0)