disable hyperlinks on blog comments

@chcfxI dont know if this will help you, but i added this code into the blog_comments module:
$( window ).on( “load”, function() {
$(“#comments-listing .comment-from h4 a”).removeAttr(“href”);
})

Seems to work for now until there is fix/workaround from hubspot.