Skip to content

Commit 6443488

Browse files
committed
fix: revalidate frequency
1 parent 3178054 commit 6443488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const getStaticProps = (async ({ locale }) => {
211211
lastDeployDate,
212212
metricResults,
213213
},
214-
revalidate: 15, // BASE_TIME_UNIT * 24,
214+
revalidate: BASE_TIME_UNIT * 24,
215215
}
216216
}) satisfies GetStaticProps<Props>
217217

0 commit comments

Comments
 (0)