adobe / helix-html-pipeline

A library for rendering the html response in Helix3.
https://www.hlx.live/
Apache License 2.0
13 stars 16 forks source link

fix: rewrite meta image link #615

Closed tripodsan closed 3 months ago

tripodsan commented 4 months ago

fixes #604

new behaviour:

+---------------------------------------------------------------------------------------------------+
| Metadata                                                                                          |
+------------------+--------------------------------------------------------------------------------+
| Image            | <https://main--helix-pages--adobe.hlx.page/images/meta/default-meta-image.png> |
+------------------+--------------------------------------------------------------------------------+

from: <meta property="og:image" content="https://main--helix-pages--adobe.hlx.page/images/meta/default-meta-image.png">

to: <meta property="og:image" content="https://example.com/images/meta/default-meta-image.png?width=1200&#x26;format=pjpg&#x26;optimize=medium">

github-actions[bot] commented 4 months ago

This PR will trigger a patch release when merged.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (f3cffb1) to head (d5d1828). Report is 1 commits behind head on 5.x.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 5.x #615 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 50 50 Lines 4420 4422 +2 ========================================= + Hits 4420 4422 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 5.11.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: