Skip to content

Commit

Permalink
Merge pull request #76 from galasa-dev/ash-service-name-fix
Browse files Browse the repository at this point in the history
Added force-dynamic directive
  • Loading branch information
aashir21 authored Dec 9, 2024
2 parents f8016a5 + a542b84 commit ae66b83
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 ae66b83

Please sign in to comment.