Skip to content

Commit

Permalink
Merge pull request #124 from hirokiwa/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hirokiwa authored Apr 30, 2024
2 parents dc6d1cc + 5bdf823 commit 1eac5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-dynamic';

import getAllBlogs from "@/functions/getAllBlogs";
import Link from 'next/link';
import SideBlogs from "./SideBlogs";
Expand Down
2 changes: 0 additions & 2 deletions src/app/post/[postId]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export const dynamic = 'force-static';

import Image from "next/image";
import autherIcon from './../../../../public/icon.png'
import getBlog from './getBlog';
Expand Down

0 comments on commit 1eac5e3

Please sign in to comment.