content has relative pa" /> content has relative pa" /> content has relative pa"/>

How to build metatag with image in React app

24 Views Asked by At

I have created site with index.html including image meta tag:

<meta property="og:image" content="src/assets/images/gcl.jpg" />

content has relative path from dev environment project folder (see screenshot below)

After build for production this image is not added to dist folder

Build command: "tsc && vite build",

screenshot

0

There are 0 best solutions below