Skip to content

Commit

Permalink
πŸ›: Changed force-dynamic to force-static
Browse files Browse the repository at this point in the history
  • Loading branch information
xannyxs committed Aug 7, 2024
1 parent df80fca commit d640f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/app/[organization]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import SessionInfoBox from '@/components/sessions/SessionInfoBox';
import ChannelDescription from './components/ChannelDescription';
import { livestreamMetadata, generalMetadata } from '@/lib/utils/metadata';

export const dynamic = 'force-dynamic';
export const dynamic = 'force-static';

export async function generateStaticParams() {
const organizations = await fetchOrganizations();
Expand Down

0 comments on commit d640f9b

Please sign in to comment.