wip: fix flicering and styling of hero section

This commit is contained in:
2026-01-11 22:53:16 +00:00
parent 05c8fc4aee
commit de3fae26ca
11 changed files with 63 additions and 41 deletions

View File

@@ -8,14 +8,7 @@ import remarkRehype from "remark-rehype";
import rehypeStringify from "rehype-stringify";
import { getIconData, iconToSVG, iconToHTML } from "@iconify/utils";
import heroicons from "@iconify-json/heroicons/icons.json";
import type {
Root,
RootContent,
Heading,
List,
ListItem,
Html,
} from "mdast";
import type { Root, RootContent, Heading, List, ListItem, Html } from "mdast";
import type { Root as HastRoot } from "hast";
export interface TocItem {