Better affordable Microlink Cards integration, generating the social image when you write a new post!
Note it also generated old post images (like public/cards/pure-ui.png) although the og:image is missing in the page markup.
Probably that could be done in a more automatic way writing a specific Next.js for and injecting the HTML head tag.
Also, added the ability to read process.env.MICROLINK_API_KEY. It isn't a mandatory thing, but in case it's declared it will be used for avoiding rate limit.
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click on the icon next to each commit.
Better affordable Microlink Cards integration, generating the social image when you write a new post!
Note it also generated old post images (like
public/cards/pure-ui.png
) although theog:image
is missing in the page markup.Probably that could be done in a more automatic way writing a specific Next.js for and injecting the HTML head tag.
Also, added the ability to read
process.env.MICROLINK_API_KEY
. It isn't a mandatory thing, but in case it's declared it will be used for avoiding rate limit.