[PR #6251] [MERGED] docs: updated og image and add merch link to community section #32149

Closed
opened 2026-04-17 23:00:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6251
Author: @Bekacru
Created: 11/24/2025
Status: Merged
Merged: 11/24/2025
Merged by: @Bekacru

Base: canaryHead: docs/og


📝 Commits (10+)

📊 Changes

25 files changed (+651 additions, -61 deletions)

View changed files

📝 docs/app/blog/[[...slug]]/page.tsx (+9 -4)
📝 docs/app/changelogs/[[...slug]]/page.tsx (+7 -4)
📝 docs/app/community/_components/header.tsx (+3 -2)
📝 docs/app/community/_components/stats.tsx (+27 -1)
📝 docs/app/community/page.tsx (+39 -2)
docs/components/contributors.tsx (+34 -0)
📝 docs/content/blogs/1-3.mdx (+1 -1)
📝 docs/content/blogs/1-4.mdx (+20 -5)
📝 docs/content/blogs/seed-round.mdx (+1 -1)
📝 docs/public/release-og/1-4.png (+0 -0)
docs/public/release-og/blogs.png (+0 -0)
docs/public/release-og/changelog-og.png (+0 -0)
docs/public/release-og/changelogs.png (+0 -0)
docs/public/release-og/community.png (+0 -0)
📝 packages/better-auth/package.json (+2 -1)
📝 packages/better-auth/src/integrations/tanstack-start.ts (+3 -1)
📝 packages/cli/package.json (+1 -1)
📝 packages/core/package.json (+1 -1)
📝 packages/expo/package.json (+1 -1)
📝 packages/passkey/package.json (+1 -1)

...and 5 more files

📄 Description

updated og image for

  • blogs
  • community
  • changelog

add merch link in the community section


Summary by cubic

Updated OG images for blogs, changelogs, and community. Added a Better Merch link to the Community page and a contributors avatar component in the 1.4 release blog.

  • New Features

    • OG metadata now uses the deployment base URL for blogs, changelogs, and community.
    • Community: added Better Merch banner link.
    • Blogs: added a Contributors component and used it in the 1.4 release notes.
  • Dependencies

    • TanStack integration now imports cookie helpers from @tanstack/react-start/server; added @tanstack/react-start and bumped packages to 1.4.2-beta.1.

Written for commit 785b7ad9c9. Summary will update automatically on new commits.


🔄 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/6251 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `docs/og` --- ### 📝 Commits (10+) - [`bff00f6`](https://github.com/better-auth/better-auth/commit/bff00f6b7fb3d95363888186cd610ea3e4e0f174) chore: release v1.4.0 - [`e2c474f`](https://github.com/better-auth/better-auth/commit/e2c474f58cb803b36765200bf59d7743cc205d59) chore: update 1.4 og image - [`555e092`](https://github.com/better-auth/better-auth/commit/555e09235839dbe1f243ccbfeeaed1d0f6e6b7cc) commit - [`a1f05b1`](https://github.com/better-auth/better-auth/commit/a1f05b16894b4a8868ce3c8d3d39f25df6c6e47f) chore: lint - [`2f3577c`](https://github.com/better-auth/better-auth/commit/2f3577c55600b525727d64b54b7cf13cbd0bc9a7) docs: fix responsivness for changelog images - [`29564df`](https://github.com/better-auth/better-auth/commit/29564df59f89c1bc7c0aa43b82f8de5d40406480) chore: fix typo - [`9e2b5ce`](https://github.com/better-auth/better-auth/commit/9e2b5ce6322e3a36d6a191772fa47389027f5b4e) chore: fix typo - [`44308bf`](https://github.com/better-auth/better-auth/commit/44308bf20d431bd943a92a2ed4204a6b7d5a4182) feat(api-key): support secondary storage (#6014) - [`69c756a`](https://github.com/better-auth/better-auth/commit/69c756a4101edf805e82f0cd5841a9dbb594c750) chore(docs): fix invalid 1.4 blog links (#6191) - [`6aca409`](https://github.com/better-auth/better-auth/commit/6aca4094280322f7dff2057d1993c38470c3b124) fix(jwt): retrieve latest keys from storage properly (#6208) ### 📊 Changes **25 files changed** (+651 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/blog/[[...slug]]/page.tsx` (+9 -4) 📝 `docs/app/changelogs/[[...slug]]/page.tsx` (+7 -4) 📝 `docs/app/community/_components/header.tsx` (+3 -2) 📝 `docs/app/community/_components/stats.tsx` (+27 -1) 📝 `docs/app/community/page.tsx` (+39 -2) ➕ `docs/components/contributors.tsx` (+34 -0) 📝 `docs/content/blogs/1-3.mdx` (+1 -1) 📝 `docs/content/blogs/1-4.mdx` (+20 -5) 📝 `docs/content/blogs/seed-round.mdx` (+1 -1) 📝 `docs/public/release-og/1-4.png` (+0 -0) ➕ `docs/public/release-og/blogs.png` (+0 -0) ➖ `docs/public/release-og/changelog-og.png` (+0 -0) ➕ `docs/public/release-og/changelogs.png` (+0 -0) ➕ `docs/public/release-og/community.png` (+0 -0) 📝 `packages/better-auth/package.json` (+2 -1) 📝 `packages/better-auth/src/integrations/tanstack-start.ts` (+3 -1) 📝 `packages/cli/package.json` (+1 -1) 📝 `packages/core/package.json` (+1 -1) 📝 `packages/expo/package.json` (+1 -1) 📝 `packages/passkey/package.json` (+1 -1) _...and 5 more files_ </details> ### 📄 Description updated og image for - blogs - community - changelog add merch link in the community section <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Updated OG images for blogs, changelogs, and community. Added a Better Merch link to the Community page and a contributors avatar component in the 1.4 release blog. - **New Features** - OG metadata now uses the deployment base URL for blogs, changelogs, and community. - Community: added Better Merch banner link. - Blogs: added a Contributors component and used it in the 1.4 release notes. - **Dependencies** - TanStack integration now imports cookie helpers from @tanstack/react-start/server; added @tanstack/react-start and bumped packages to 1.4.2-beta.1. <sup>Written for commit 785b7ad9c91fa79a06afef75b7e79c7693a7ad97. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <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-17 23:00:17 -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#32149