I've seen that in the VitePress .md files you can add meta description and keywords like this,
head:
  - - meta
    - name: description
      content: my custom description
But I can't seem to figure out how to add og:title or og:image, it seems that the : throws an error when compiling.
 
    