We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e966c9a commit bc5e63eCopy full SHA for bc5e63e
app/(blog)/page.tsx
@@ -9,6 +9,7 @@ import { Post } from "@/lib/posts";
9
import { useSearchParams, useRouter } from "next/navigation";
10
import { Badge } from "@/components/ui/badge";
11
import { X } from "lucide-react";
12
+import Image from "next/image";
13
14
// 페이지당 포스트 수 정의
15
const POSTS_PER_PAGE = 6;
@@ -220,7 +221,7 @@ function HomeContent() {
220
221
🚀
222
</p>
223
<a href="https://myhits.vercel.app">
- <img
224
+ <Image
225
src="https://myhits.vercel.app/api/hit/https%3A%2F%2Flazy-dinosaur.github.io%2F?color=green&label=Hits&size=medium"
226
alt="Hits"
227
/>
0 commit comments