Skip to content

Commit

Permalink
feat: post prefech cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed Feb 24, 2024
1 parent 38bfad3 commit 4416df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/app/[locale]/post/referer/[uuid]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export async function generateMetadata({
}
}

export const revalidate = false
export const fetchCache = "default-cache"

const RefererPostDetailsPage = ({ params }: { params: { uuid: string } }) => {
return (
<CommonPageLayout>
Expand Down

0 comments on commit 4416df9

Please sign in to comment.