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 9aa7baa commit 3dae963Copy full SHA for 3dae963
src/pages/communities/[slug]/index.tsx
@@ -61,8 +61,8 @@ export const getStaticProps = wrapper.getStaticProps((store: any) => async ({ lo
61
scoreboard,
62
...translations,
63
},
64
- // TODO: Need to discuss how long we want to set the revalidation timeout
65
- revalidate: 60,
+
+ revalidate: 60 * 60 * 24,
66
};
67
} catch (error) {
68
return {
0 commit comments