-
-
Notifications
You must be signed in to change notification settings - Fork 653
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
Root page defaults to about.md instead of index.md #1237
Comments
Can confirm this also happens for me Environment
|
This should be fixed in #1224. You can try it by using
|
Can confirm fixed in edge. Any thoughts on when that will be merged? |
There is no ETA for the next version. We are working on a couple of improvements and fixes. I'll keep this issue open to notify you all. |
I changed the line in
Versions I’m using:
|
I'm experiencing the same issue here:
Versions I’m using:
UPDATE Once the installation was complete, Ran
Versions I’m using:
|
For now, I use |
For those using |
Looks like this has been fixed in the |
I am on the edge-channel. I have renamed this
Later realized that the |
v2.1.0 is released 🎉 |
Now that nuxt/content#1237 is closed.
Environment
Darwin
v16.14.0
3.0.0-rc.3
[email protected]
vite
modules
@nuxt/[email protected]
-
Reproduction
npx nuxi init blog -t content
(as described on the Get Started guide)cd blog
yarn install
yarn dev
about.md
rather than theindex.md
pageDescribe the bug
According to https://content.nuxtjs.org/guide/writing/content-directory the root page should be
index.md
, however it is renderingabout.md
instead.Screen recording of completely fresh install showing the described behavior:
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: