mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-23 18:51:30 +08:00
fix: add blur effect when the img is loading
This commit is contained in:
@ -6,7 +6,7 @@ import TOC from "@/components/blog/TOC.astro";
|
||||
import WebMentions from "@/components/blog/webmentions/index.astro";
|
||||
import GiscusComment from "@/components/componentsBefore/GiscusComment";
|
||||
import BaseLayout from "./Base.astro";
|
||||
import ArticleContainer from "@/components/note/ArticleContainer.astro";
|
||||
import ArticleContainer from "@/components/ArticleContainer.astro";
|
||||
|
||||
interface Props {
|
||||
post: CollectionEntry<"post">;
|
||||
|
Reference in New Issue
Block a user