Openstatus www.openstatus.dev
6
fork

Configure Feed

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

fix(cache): segment config revalidation 0 (#1032)

* chore: revalidate 0

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Maximilian Kaske
autofix-ci[bot]
and committed by
GitHub
6fc04306 6854555f

+1 -1
+1 -1
apps/web/src/app/status-page/[domain]/page.tsx
··· 14 14 searchParams: { [key: string]: string | string[] | undefined }; 15 15 }; 16 16 17 - export const revalidate = 120; 17 + export const revalidate = 0; 18 18 19 19 export default async function Page({ params }: Props) { 20 20 const page = await api.page.getPageBySlug.query({ slug: params.domain });