From f34221b567c93bc6a37b0a84cd46658c09deada1 Mon Sep 17 00:00:00 2001 From: gbanyan Date: Tue, 18 Nov 2025 23:50:03 +0800 Subject: [PATCH] Exclude TOC from prose styling --- components/post-toc.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/post-toc.tsx b/components/post-toc.tsx index d40b101..909c93a 100644 --- a/components/post-toc.tsx +++ b/components/post-toc.tsx @@ -92,7 +92,7 @@ export function PostToc() { if (items.length === 0) return null; return ( -