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 3a207d3 commit 206237bCopy full SHA for 206237b
src/util/sidebar.ts
@@ -2,10 +2,7 @@ import type { AstroGlobal } from "astro";
2
import type { StarlightRouteData } from "@astrojs/starlight/route-data";
3
4
import { getEntry, getCollection } from "astro:content";
5
-import {
6
- externalLinkArrow,
7
- rehypeExternalLinksOptions,
8
-} from "~/plugins/rehype/external-links";
+import { externalLinkArrow } from "~/plugins/rehype/external-links";
9
10
type Link = Extract<StarlightRouteData["sidebar"][0], { type: "link" }> & {
11
order?: number;
0 commit comments