feat: use content collections for the blog#393
Merged
SeanCassiere merged 9 commits intoTanStack:mainfrom May 2, 2025
Merged
Conversation
✅ Deploy Preview for tanstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Contributor
Author
|
Thank you for the feedback! I’ve changed the date format mainly because of the schema validation, and because I’m sorry about the bindings, I’ve never used Astro CC before, and I didn’t know there are Vite bindings as well. I should have mentioned the alias cannot be changed; I tried. |
SeanCassiere
approved these changes
May 2, 2025
Member
|
@burnmaniac thank you for contributing this! Also, congrats on your first open-source contribution! |
LeCarbonator
pushed a commit
to LeCarbonator/tanstack.com
that referenced
this pull request
Jan 11, 2026
Co-authored-by: SeanCassiere <33615041+SeanCassiere@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.

Based on this X post, I've added Content Collections to the blog page of tanstack.com.
To summarize the change:
.gitignorepublishedfields for articles toYYYY-MM-DDfetchFrontMattersserver functiongetPostListutility function as, per my understanding, we don't need it anymoreHappy to hear feedback, as this is my small and first open-source contribution, and I've been really nervous before committing (had to fix stuff and force-push 4 times into my branch before opening PR).