From faf02848edfd7f0782618b6f2d9634c102454135 Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Sun, 26 Apr 2026 22:45:19 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=B8=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BF=D0=BE=D0=B5=D0=BD=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blog/ArticleTableOfContents.astro | 26 ++++++++++++++----- frontend/src/lib/pb.ts | 17 +++++++----- frontend/src/pages/blog/[slug].astro | 9 +++---- 3 files changed, 33 insertions(+), 19 deletions(-) diff --git a/frontend/src/components/blog/ArticleTableOfContents.astro b/frontend/src/components/blog/ArticleTableOfContents.astro index 3d11045..230cecd 100644 --- a/frontend/src/components/blog/ArticleTableOfContents.astro +++ b/frontend/src/components/blog/ArticleTableOfContents.astro @@ -27,7 +27,7 @@ const { items } = Astro.props; )} -