Skip to content

Commit 298a0cb

Browse files
authored
Merge pull request #13138 from ethereum/find-wallet-revalidate
Revalidate find-wallet page daily
2 parents 2626517 + afe1466 commit 298a0cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/wallets/find-wallet.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import {
2929
} from "@/lib/utils/wallets"
3030

3131
import {
32+
BASE_TIME_UNIT,
3233
DEFAULT_LOCALE,
3334
NAV_BAR_PX_HEIGHT,
3435
WALLETS_FILTERS_DEFAULT,
@@ -81,6 +82,8 @@ export const getStaticProps = (async ({ locale }) => {
8182
lastDeployDate,
8283
wallets,
8384
},
85+
// Updated once a day
86+
revalidate: BASE_TIME_UNIT * 24,
8487
}
8588
}) satisfies GetStaticProps<Props>
8689

0 commit comments

Comments
 (0)