webembeds icon indicating copy to clipboard operation
webembeds copied to clipboard

fix: use data.url instead of data['og:url'] in html utils

Open 4msar opened this issue 2 years ago • 0 comments

This issue occurred in my blog where the urls are correct before the embed preview comes

after the embeds preview generated the links are broken maybe this issue is comes from the hashnode-core but instead of og:url here I use data.url so the embed preview can use the original url.

Issue happens in here: https://blog.msar.me/tutorials Original link: https://blog.msar.me/series/laravel - works fine Rendered link: https://hashnode.com/series/laravel-clo9xy1bz07vi7bnv92y77mmr - getting 404

4msar avatar Dec 19 '23 10:12 4msar