We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac54145 commit a79e813Copy full SHA for a79e813
1 file changed
src/app/[user]/page.tsx
@@ -9,6 +9,9 @@ import { truncateAddress } from '#/lib/utilities'
9
import { fetchAccount } from '#/api/fetch-account'
10
import { isAddress, isHex } from '#/utils/viem'
11
12
+// Cache the SSR output for 1 hour
13
+export const revalidate = 3600
14
+
15
interface Props {
16
params: Promise<{ user: string }>
17
searchParams: Promise<SearchParams>
0 commit comments