Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
revalidate changelog every 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
MananTank committed Jul 22, 2024
1 parent 160579d commit 93614d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/changelog/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export const metadata = createMetadata({
description: "Changelog for thirdweb products",
});

export const revalidate = 3600 * 24; // revalidate every day
export const revalidate = 5 * 60; // 5 minutes

0 comments on commit 93614d0

Please sign in to comment.