Skip to content

Commit

Permalink
revalidate
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Nov 2, 2024
1 parent 7a6baf7 commit ab750cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions devcon-app/src/pages/schedule/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ export async function getStaticProps(context: any) {
props: {
session,
},
revalidate: 60,
}
}
1 change: 1 addition & 0 deletions devcon-app/src/pages/schedule/u/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ export async function getServerSideProps(context: any) {
userId: context.params.id,
userSchedule: {},
},
revalidate: 60,
}
}
1 change: 1 addition & 0 deletions devcon-app/src/pages/speakers/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ export async function getStaticProps(context: any) {
sessions,
},
},
revalidate: 60,
}
}

0 comments on commit ab750cd

Please sign in to comment.