Ankit Patel
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) =>...
same problem
> 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...