Skip to content

Commit e1388aa

Browse files
authored
Remove dynamic export from Blogs component
1 parent 7848a86 commit e1388aa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/blog/Blogs.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { Card, hatenaTheme, qiitaTheme, zennTheme } from "../Cards/Card";
22
import hatenaBlogItems from "./hatena-blog";
33
import { cn } from "@/lib/utils";
44

5-
export const dynamic = "force-dynamic";
6-
75
export default async function Blogs({
86
maxItems,
97
className,

0 commit comments

Comments
 (0)