Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Feb 7, 2022
1 parent 5020ed0 commit 4b6f878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Home: NextPage = ({ data }: InferGetStaticPropsType<typeof getStaticProps>
);

export const getStaticProps: GetStaticProps = async () => {
const post = await getClient({}).fetch(indexQuery);
const post = await getClient(false).fetch(indexQuery);

return {
props: {
Expand Down

0 comments on commit 4b6f878

Please sign in to comment.