Skip to content

Commit

Permalink
configure root to be dynamic tree
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 19, 2024
1 parent 2856f92 commit d2583aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const metadata: Metadata = {
description: 'T500 Aggregator',
}

export const dynamic = 'force-dynamic';
export default function RootLayout({
children,
}: {
Expand Down

0 comments on commit d2583aa

Please sign in to comment.