webembeds
webembeds copied to clipboard
fix: use data.url instead of data['og:url'] in html utils
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