I am trying to add image url to the meta og:image tag in my ReactJS project, but when I use Facebook Debugger to test it keeps saying invalid image url. Can anyone show me how to fix this?
And my code in public/index.html is
<meta property="og:image:width" content="1500"/>
<meta property="og:image:height" content="786"/>
<meta property="og:image" content="src/asset/img/IMG_0579.png"/>