diff --git a/web/pages/[username]/index.tsx b/web/pages/[username]/index.tsx index e403338..519ea18 100644 --- a/web/pages/[username]/index.tsx +++ b/web/pages/[username]/index.tsx @@ -85,7 +85,7 @@ export const getStaticProps = async (props: GetStaticPropsContext<{ notFoundCustomText: 'The profile you are looking for is not on this site... or perhaps you just mistyped?', }, - revalidate: 15, + revalidate: 1, } } @@ -118,7 +118,7 @@ export const getStaticProps = async (props: GetStaticPropsContext<{ props: { notFoundCustomText: `${user.username} hasn't created a profile yet.`, }, - revalidate: 15, + revalidate: 1, } } // console.debug('profile', profile)