Skip to content

Commit

Permalink
fix: fix main page cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed May 7, 2024
1 parent 23dcaa3 commit 6069abc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import {
import { EReferralType } from "@/types/common/referral-type"

// cache for 1 hours
// export const revalidate = 60 * 60

export const revalidate = 0
export const revalidate = 60 * 60

export default async function IndexPage() {
const count = await getUserCount()
Expand Down

0 comments on commit 6069abc

Please sign in to comment.