Environment
- Operating System:
Darwin - Node Version:
v16.14.0 - Nuxt Version:
3.0.0-rc.3 - Package Manager:
yarn@1.22.19 - Builder:
vite - User Config:
modules - Runtime Modules:
@nuxt/content@2.0.1 - Build Modules:
-
Reproduction
- Create a fresh nuxt content project with:
npx nuxi init blog -t content (as described on the Get Started guide) - cd into blog:
cd blog - Install dependencies with yarn:
yarn install - Start dev server:
yarn dev - Browse to http://localhost:3000
- It renders the
about.md rather than the index.md page
Describe the bug
According to https://content.nuxtjs.org/guide/writing/content-directory the root page should be index.md, however it is rendering about.md instead.

Screen recording of completely fresh install showing the described behavior:

Additional context
No response
Logs
No response
Environment
Darwinv16.14.03.0.0-rc.3yarn@1.22.19vitemodules@nuxt/content@2.0.1-Reproduction
npx nuxi init blog -t content(as described on the Get Started guide)cd blogyarn installyarn devabout.mdrather than theindex.mdpageDescribe the bug
According to https://content.nuxtjs.org/guide/writing/content-directory the root page should be
index.md, however it is renderingabout.mdinstead.Screen recording of completely fresh install showing the described behavior:
Additional context
No response
Logs
No response