You can make your og image use your github contribution data
you must setup a .env file to have GITHUB_TOKEN that has access to read your data.
Then run yarn codegen and it will generate the schema and update.
Now you have a fully typeafe call 😎
const response = await getUserContributions({ user: "Hacksore" });