Content collections glob


Today I learned that Astro Content Collections can load multiple folders with a single glob pattern, e.g. {posts,links}/**/*.{md,mdx}. This makes it easy to keep “Posts” and “Links” as separate directories while still using one shared schema.

Related notes