I want to use asset optimization and transformation to automatically generate OG thumbnails but I'm not sure what is a correct way to do it.
Since my website is very image-oriented (portfolio/gallery), every page has its own OG image. Ideally, I would want to pass an asset path as a string to layout, do some transformation (resizing and optimization) and then inject it into <meta property="og:image" content={???} />