feat: add source-aware blog preview flow#4725
Merged
ruf-io merged 18 commits intoneondatabase:andy/blog-repofrom Apr 28, 2026
Merged
feat: add source-aware blog preview flow#4725ruf-io merged 18 commits intoneondatabase:andy/blog-repofrom
ruf-io merged 18 commits intoneondatabase:andy/blog-repofrom
Conversation
|
@americano98 is attempting to deploy a commit to the neondatabase Team on Vercel. A member of the Team first needs to authorize it. |
7518984 to
47a7171
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
# Conflicts: # .env.example # package-lock.json # package.json # src/components/pages/blog/blog-grid-item/blog-grid-item.jsx
9c6afaa to
e6fee11
Compare
1a2bb03 to
2e57717
Compare
danieltprice
approved these changes
Apr 28, 2026
ruf-io
added a commit
that referenced
this pull request
May 5, 2026
* feat: import blog from another repo * feat: pull from r2 * fix: blog components * feat: add source-aware blog preview flow (#4725) * feat(utils): add source-aware blog content flow # Conflicts: # .env.example # package-lock.json # package.json # src/components/pages/blog/blog-grid-item/blog-grid-item.jsx * feat(pages): add branch preview routes for blog * fix(utils): support legacy markdown heading anchors * fix: envs, revalidate * chore: draft skills * fix: double 404 layout * chore: lock, hr * chore: ui adjustments * chore: search adjustments * fix: concurrency loading, add retry * chore(styles): svg scroll, blockqoute * chore: adjustments, undo render limits * chore: review adjustments * chore: update lock, add preview layout * chore: remove wp classes * chore: end the wordpress era * fix: make blog content source lint-compatible * fix: preserve blog featured ordering, align blog preview --------- Co-authored-by: Nick Bazarov <mr.nik.bazarov@gmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ruf-io <11527560+ruf-io@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is a stacked PR on top of #4675. The summary below is intentionally limited to the four follow-up commits on
blog-md-preview./blog-previewindex, category, and post routes plus a preview banner so branch-specific blog content can be reviewed end to endWhy
These commits complete the next layer of the markdown blog migration by making the runtime content source explicit, enabling previewable branch routes, and keeping anchor behavior backward-compatible for migrated posts.