Skip to content

Commit

Permalink
Export OtherBlogs component with force dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokiwa committed Apr 30, 2024
1 parent d83b11b commit a57ea0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/post/[postId]/_components/OtherBlogs.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const dynamic = 'force-static';

import getAllBlogs from "@/functions/getAllBlogs";
import Link from 'next/link';
import SideBlogs from "./SideBlogs";
Expand Down

0 comments on commit a57ea0a

Please sign in to comment.