You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason: When sharing the website on Telegram (http://xxxx.com), it automatically fetches the meta -> og:image and caches it. After the website updates the OG image with a new style, Telegram doesn't know about the update and continues to display the old image. I want to make the OG image URL unique by appending a timestamp or hash, ensuring it always fetches the latest version without caching issues.