From 2619f3c307e94b41bee70108acc2aa591bb282f9 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Fri, 7 Feb 2025 16:35:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=9C=AAsticky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ArticleContainer.astro | 6 +----- src/components/BaseHead.astro | 15 --------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/src/components/ArticleContainer.astro b/src/components/ArticleContainer.astro index 9fe7723..7af296c 100644 --- a/src/components/ArticleContainer.astro +++ b/src/components/ArticleContainer.astro @@ -1,6 +1,5 @@ --- import { Icon } from "astro-icon/components"; -import { cn } from "@/utils/tailwind"; export interface Props { className?: string; @@ -9,10 +8,7 @@ export interface Props { const { className = "", dataPagefindBody = true } = Astro.props; --- -
+