Skip to content

Commit

Permalink
fix(cache): segment config revalidation 0 (#1032)
Browse files Browse the repository at this point in the history
* chore: revalidate 0

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
mxkaske and autofix-ci[bot] authored Oct 4, 2024
1 parent 6854555 commit 6fc0430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/status-page/[domain]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Props = {
searchParams: { [key: string]: string | string[] | undefined };
};

export const revalidate = 120;
export const revalidate = 0;

export default async function Page({ params }: Props) {
const page = await api.page.getPageBySlug.query({ slug: params.domain });
Expand Down

0 comments on commit 6fc0430

Please sign in to comment.