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",
