Skip to content

Commit

Permalink
fix: randomShuffle isn't working correctly (Pull-Request-Community#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yedidyar committed Jun 29, 2022
1 parent 1027a22 commit 837c834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ export const getStaticProps: GetStaticProps = async () => {
props: {
people: randomShuffle(getPeople()),
},
revalidate: true,
};
};

0 comments on commit 837c834

Please sign in to comment.