v1.2.1
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">