Skip to content

v1.2.1

Choose a tag to compare

@metonym metonym released this 25 Nov 21:56
· 22 commits to master since this release

Fixes

  • use previously hashed file name if it exists

Unprocessed HTML:

<meta property="og:image" content="https://example.com/image.[hash].png" />
<meta property="twitter:image" content="https://example.com/image.[hash].png" />

Processed HTML:

<meta property="og:image" content="https://example.com/image.1fa9a3.png">
<meta property="twitter:image" content="https://example.com/image.1fa9a3.png">