Introducing gatsby-plugin-pretty-link-card

A few days ago, I published an article on dev.to about my process debugging and resolving a pernicious Total Blocking Time issue on ColorBliss:

And I wanted to link to it from this site in a short post: Dev.to The Sneaky Total Blocking Time Issue That PageSpeed Insights Didn’t Catch.

I decided it would be fun if I had a little link preview feature, but browsing the Gatsby plugin directory I couldn't quite find one that did what I wanted. Some relied on Puppeteer or were a little too heavy-weight for my use.

So, I decided to make a custom plugin 😎

And even though the Gatsby community isn't as active as it used to be before the Netlify acquisition, I thought I would still publish it and put it in the plugin library just in case anyone is still looking there.

The package is on npm here:

and the code lives on Github here:

Once it's picked up by the Gatsby plugin library (if that is even still active!) it should show up here (it was inactive still as of August 28):