Skip to content

Commit

Permalink
add force dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangoMan committed Apr 22, 2024
1 parent e4cbb2b commit 6e711cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nextjs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,6 @@ const ScaffoldEthApp = ({ children }: { children: React.ReactNode }) => {
);
};

export const dynamic = "force-dynamic";

export default ScaffoldEthApp;

0 comments on commit 6e711cd

Please sign in to comment.