我试图在服务器端为Nuxt呈现的网页设置og:image:width和og:image:height元属性。
在页面上,使用远程URL设置了img src,该URL随输入的ID的变化而变化,例如,https://exmaple.com/1234的ID为1234,而img src的值为https://some-remote-storage/1234.png,等等
由于图像尺寸事先未知,我不确定如何等待img元素加载,然后设置og:image:width和og:image:height头属性,以便从服务器计算得出它们并且可以被爬虫正确刮擦。