Skip to content

Commit 3de7988

Browse files
committed
Feat: 블로그와 프로젝트 페이지 분리
1 parent e7e4e7b commit 3de7988

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/(blog)/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { getPosts } from "@/lib/posts";
33

44
export default async function Home() {
55
const posts = await getPosts();
6-
console.log(posts);
76

87
return (
98
<div className="space-y-6 sm:space-y-8 2xl:space-y-10 h-full rounded-lg pb-5 py-10">

0 commit comments

Comments
 (0)