Skip to content

Commit

Permalink
make guestbook dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
tahsinature committed Jun 1, 2024
1 parent 93fe0e2 commit 281a420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/guestbook/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ const GuestBook = async () => {
};

export default GuestBook;

export const dynamic = "force-dynamic";

0 comments on commit 281a420

Please sign in to comment.