Skip to content

Commit

Permalink
feat: reload guestbook page when deployed on production
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Aug 27, 2023
1 parent 9fff545 commit c2e91b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/guestbook/page.tsx
Expand Up @@ -46,4 +46,6 @@ const Guestbook = async () => {
);
};

export const dynamic = 'force-dynamic';

export default Guestbook;

0 comments on commit c2e91b2

Please sign in to comment.