Skip to content

Commit

Permalink
Do not regenerate the docs pages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred committed Nov 1, 2024
1 parent 16018b8 commit 128e326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/docs/[[...slug]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@ export async function getStaticProps({ params, locale }) {
source,
navData,
},
revalidate: 60,
// revalidate: 60,
};
}
2 changes: 1 addition & 1 deletion src/pages/docs/rpc/[[...slug]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,6 @@ export async function getStaticProps({ params, locale }) {
source,
navData,
},
revalidate: 60,
// revalidate: 60,
};
}

0 comments on commit 128e326

Please sign in to comment.