Next Js Codes

This is where I am going be put my code references

1// Fetching with next Js
2async function getWorkData() {
3 const data = await getClient().fetch(worksQuery);
4 return data;
5}

Blog_img