Skip to content

Commit

Permalink
rm ISR from pgt.dev (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenBaldwin07 authored Sep 3, 2024
1 parent dbeabd1 commit 3183064
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/src/pages/extensions/[ext]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ export async function getStaticProps({ params }: { params: { ext: string } }) {

return {
props: { extension: latestVersion, readme, repoDescription },
revalidate: 10,
};
} catch (error: any) {
console.log(
Expand Down
1 change: 0 additions & 1 deletion ui/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const getStaticProps: GetStaticProps<{
extensions: sortedExtensions,
categoriesForGrid,
},
revalidate: 10,
};
} catch (error) {
console.log('ERROR LOADING DATA: ', error);
Expand Down

0 comments on commit 3183064

Please sign in to comment.