We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb17624 commit 1d3d07cCopy full SHA for 1d3d07c
astro.config.ts
@@ -14,7 +14,7 @@ import rehypeMermaid from "./src/plugins/rehype/mermaid.ts";
14
import rehypeAutolinkHeadings from "./src/plugins/rehype/autolink-headings.ts";
15
import rehypeExternalLinks from "./src/plugins/rehype/external-links.ts";
16
import rehypeHeadingSlugs from "./src/plugins/rehype/heading-slugs.ts";
17
-import rehypeRewriteUrls from "~/plugins/rehype/rewrite-urls.ts";
+import rehypeRewriteUrls from "./src/plugins/rehype/rewrite-urls.ts";
18
19
import { sidebar } from "./src/util/sidebar.ts";
20
0 commit comments