Ankit Patel

Results 3 comments of Ankit Patel

@yashnarkhedkar @tynoschuck Inside utils/index.js update the downloadImage function ```js export async function downloadImage(_id, photo) { const securePhotoUrl = photo.replace('http://', 'https://'); const imageBlob = await fetch(securePhotoUrl) .then((response) => response.arrayBuffer()) .then((buffer) =>...

> Like the title says, add og image title so if the portfolio link is shared across the social medias, it will show a preview image of the portfolio Do...