I have changed the images path from this src={../images/${props.data.coverImg}
}
To this
src={images/${props.data.coverImg}
}
and the interesting thing is that when I install gh-pages, images are broken on local host-3000 but it displays on gh-pages.
I have stored images folder in public folder.