Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: force dynamic (#521)

authored by

Maximilian Kaske and committed by
GitHub
1ef64072 6f4b11f6

+2
+2
apps/web/src/app/status-page/[domain]/page.tsx
··· 26 26 searchParams: { [key: string]: string | string[] | undefined }; 27 27 }; 28 28 29 + export const dynamic = "force-dynamic"; 30 + 29 31 export default async function Page({ params }: Props) { 30 32 const page = await api.page.getPageBySlug.query({ slug: params.domain }); 31 33 if (!page) return notFound();