-
-
Notifications
You must be signed in to change notification settings - Fork 288
feat: use content collections for the blog #393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use content collections for the blog #393
Conversation
✅ Deploy Preview for tanstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
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. |
|
@burnmaniac thank you for contributing this! Also, congrats on your first open-source contribution! |
Co-authored-by: SeanCassiere <[email protected]>

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).