This is my folder structure (attached).
And my blog collection inside content.config.ts has this loader:
const blogCollection = defineCollection({ loader: glob({ pattern: '*.{md,mdx}', base: './src/content/blog/*'}),
But I'm getting
The collection "blog" does not exist. Please ensure it is defined in your content config. The collection "blog" does not exist or is empty. Ensure a collection directory with this name exists.
The content.config.ts file is located in src/content.config.ts.
May I get some help? Been stuck with this trying to upgrade to v5 for hours now. It's probably something silly I'm missing...