diff --git a/src/pages/filter.astro b/src/pages/filter.astro index c36d0cc..5f0e8cb 100644 --- a/src/pages/filter.astro +++ b/src/pages/filter.astro @@ -6,6 +6,7 @@ import Folder from "@/assets/icon/folder.png?url"; import { formatDatetime } from "@/lib/format.ts"; import { createHttp } from "@/lib/request"; import type { CategoriesStats, Post, Tag } from "@/types"; +import LazyImage from "@/components/LazyImage.astro"; const http = createHttp(Astro.request.headers); @@ -144,7 +145,7 @@ const isActive = (targetType: string, targetCode: string) =>