mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-29 16:11:13 -05:00
Speed ISR for not found
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user