Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail-benlaredj committed Nov 19, 2023
2 parents e489b0a + 9ddf109 commit d4f9e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/item/[id].jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function getStaticProps({ params }) {
}

export async function getStaticPaths() {
const paths = [{ params: { id: "51ODFz5Jd1DAQlM2CpMH" } }];
const paths = [{ params: { id: "ASl4mMHj8pF4ZReIKyKl" } }];
return { paths, fallback: "blocking" };
}

Expand Down

0 comments on commit d4f9e0a

Please sign in to comment.