Skip to content

Commit 2523438

Browse files
committed
temp: rm revalidate option
1 parent 06853f9 commit 2523438

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pages/staking/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ import Translation from "@/components/Translation"
3636
import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
3737
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
3838

39-
import { BASE_TIME_UNIT } from "@/lib/constants"
40-
4139
import rhino from "@/public/upgrades/upgrade_rhino.png"
4240

4341
type BenefitsType = {
@@ -217,7 +215,6 @@ export const getStaticProps = (async (context) => {
217215
lastDeployDate,
218216
data,
219217
},
220-
revalidate: BASE_TIME_UNIT * 24,
221218
}
222219
}) satisfies GetStaticProps<Props>
223220

0 commit comments

Comments
 (0)