[PR #8342] [MERGED] docs: fix OG image #16158

Closed
opened 2026-04-13 10:24:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8342
Author: @ping-maxwell
Created: 3/3/2026
Status: Merged
Merged: 3/3/2026
Merged by: @ping-maxwell

Base: canaryHead: docs/fix-OG-image


📝 Commits (10+)

📊 Changes

12 files changed (+502 additions, -18 deletions)

View changed files

📝 docs/content/blogs/1-5.mdx (+0 -1)
📝 landing/.env.example (+3 -0)
landing/app/api/og-release/route.tsx (+171 -0)
landing/app/api/og/route.tsx (+208 -0)
📝 landing/app/blog/[[...slug]]/page.tsx (+31 -10)
📝 landing/app/blog/layout.tsx (+11 -0)
📝 landing/app/docs/[[...slug]]/page.tsx (+26 -0)
📝 landing/app/layout.tsx (+13 -7)
landing/assets/Geist.ttf (+0 -0)
landing/assets/GeistMono.ttf (+0 -0)
📝 landing/package.json (+1 -0)
📝 pnpm-lock.yaml (+38 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8342 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 3/3/2026 **Status:** ✅ Merged **Merged:** 3/3/2026 **Merged by:** [@ping-maxwell](https://github.com/ping-maxwell) **Base:** `canary` ← **Head:** `docs/fix-OG-image` --- ### 📝 Commits (10+) - [`20d22df`](https://github.com/better-auth/better-auth/commit/20d22df70302ce5f372f248ee08bcbf21daf438b) docs: fix OG image - [`e1b533d`](https://github.com/better-auth/better-auth/commit/e1b533d041bb9f75a40cbf5515b6cfa2d54282b6) add: font & metadata - [`25290fd`](https://github.com/better-auth/better-auth/commit/25290fd1fb466fa14c5e30e65e3d61c767a9c0f6) fix: frozen-lock file - [`6f87f37`](https://github.com/better-auth/better-auth/commit/6f87f3709c8dec7db2ab302615bd826c3eccbdfd) Delete bun.lock - [`64a3ca1`](https://github.com/better-auth/better-auth/commit/64a3ca1661b29b08ae72addb62ddd1cd8ef36040) Update layout.tsx - [`99f2e2a`](https://github.com/better-auth/better-auth/commit/99f2e2a987b4c9e13ea4d7c1e5a1e51323bd3cb7) Update layout.tsx - [`7a6310f`](https://github.com/better-auth/better-auth/commit/7a6310f870b5caee86847670cfdc1f4d2ab77217) fix: BA logo width - [`20e494a`](https://github.com/better-auth/better-auth/commit/20e494aa4df9733e6fafa48c27005aa0bbe24c55) fix: blog/release OGs - [`f697a42`](https://github.com/better-auth/better-auth/commit/f697a429c0ce1065b4ed85241d354c3ef837f0d0) fix: ENVs - [`789b2e8`](https://github.com/better-auth/better-auth/commit/789b2e855f7b883facde0720f0b65d59ffbb22a6) Update 1-5.mdx ### 📊 Changes **12 files changed** (+502 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/blogs/1-5.mdx` (+0 -1) 📝 `landing/.env.example` (+3 -0) ➕ `landing/app/api/og-release/route.tsx` (+171 -0) ➕ `landing/app/api/og/route.tsx` (+208 -0) 📝 `landing/app/blog/[[...slug]]/page.tsx` (+31 -10) 📝 `landing/app/blog/layout.tsx` (+11 -0) 📝 `landing/app/docs/[[...slug]]/page.tsx` (+26 -0) 📝 `landing/app/layout.tsx` (+13 -7) ➕ `landing/assets/Geist.ttf` (+0 -0) ➕ `landing/assets/GeistMono.ttf` (+0 -0) 📝 `landing/package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+38 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 10:24:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#16158