Skip to content

Commit

Permalink
force-dynamic to fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Dec 5, 2024
1 parent 740c6a8 commit 215ca10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/hub/src/app/(frontpage)/definitions/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export default async function DefinitionsPage() {

return <RelativeValuesDefinitionList page={page} />;
}

export const dynamic = "force-dynamic";
2 changes: 2 additions & 0 deletions packages/hub/src/app/(frontpage)/groups/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export default async function OuterGroupsPage() {

return <GroupList page={page} />;
}

export const dynamic = "force-dynamic";
2 changes: 2 additions & 0 deletions packages/hub/src/app/status/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ export default async function OuterFrontPage() {
export const metadata: Metadata = {
title: "Status",
};

export const dynamic = "force-dynamic";

0 comments on commit 215ca10

Please sign in to comment.