Skip to content

Commit

Permalink
less frequent dip page updates to prevent cache issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Feb 4, 2025
1 parent bec63ea commit 42b83be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcon/src/pages/dips/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ export async function getStaticProps(context: any) {
query: content.query,
},
},
revalidate: 3600,
revalidate: 43200, // 12 hours
}
}

0 comments on commit 42b83be

Please sign in to comment.