Funny card display

Ghost-CLI version: 1.19.3
Ghost version: 5.2.2 (at /var/www/ghost)

I have a funny display when i share link in a post → Infos des semaines 21 - 22 2022

Any idea on how to fix it ?

Best,

See this topic:

1 Like

i found the solution here → Embedded links displaying incorrectly since upgrade to 5.0 - #3 by Stromfeldt

best,

Hi @ahmadajmi
FYI, on penang i tried with the last update and the package.json →

 "config": {
    "card_assets": true,
     }
  }

wasn’t quite working for me, i then turned it to -

"config": {
    "card_assets": {
         "exclude": ["bookmark", "gallery"]
     }
  }

And it was all good.

Best,

1 Like

Thanks for getting my attention, @jeremielondon!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.