Skip to content

Commit

Permalink
Disable revalidation for projects and resume pages to allow for GH Pa…
Browse files Browse the repository at this point in the history
…ge deployment
  • Loading branch information
Kevin-Kwan committed Apr 3, 2024
1 parent 4407c3d commit 78ad75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export async function getStaticProps() {
props: {
descriptions,
},
revalidate: projectsWithDescriptions.length * 60,
// revalidate: projectsWithDescriptions.length * 60,
};
}

Expand Down
2 changes: 1 addition & 1 deletion pages/resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export async function getStaticProps() {
props: {
adobeClientId,
},
revalidate: 300,
// revalidate: 300,
};
}

Expand Down

0 comments on commit 78ad75f

Please sign in to comment.