Shouldn't the "Build a blog" tutorial be adjusted to the newer Content Collections API? #2663
Closed
ElianCodes
started this conversation in
Ideas
Replies: 1 comment
-
Thanks for raising this @ElianCodes! We actually do have a guide to adding content collections to the tutorial which we’re going to link to at the end: #2668 For now we decided to skip adding this to the tutorial directly, because the config can add an extra layer of complexity for people new to Astro that isn’t strictly necessary — basically we want to avoid the impression that that complexity is required for working with content. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, the Build a blog tutorial still uses
Astro.glob('../pages/posts/*.md')
. Wouldn't it be a better idea and intro to Astro to convert this to the newer Astro Content Collections API?Willing to work on this!
Beta Was this translation helpful? Give feedback.
All reactions