Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jadecarino/webui-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
jadecarino committed Dec 9, 2024
2 parents 47bb9db + 5e94e7a commit 917f803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions galasa-ui/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import PageHeader from '@/components/PageHeader';
import '../styles/global.scss';

export const dynamic = "force-dynamic";

export default function RootLayout({ children }: { children: React.ReactNode }) {

const galasaServiceName = process.env.GALASA_SERVICE_NAME?.trim() || "Galasa Service";
Expand Down

0 comments on commit 917f803

Please sign in to comment.