You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create content with an index.md file in a nested directory structure. For example:
/devenir-benevole/france/ain/index.md
/devenir-benevole/france/ain/bourg-en-bresse.md
Describe the bug
It seems there is an issue with the stem field generation for parent files in the Nuxt Content 3 navigation API. The stem field for parent files currently matches the stem of the first child, which seems inconsistent. Additionally, there is a duplication of children at the same navigation level.
For example, the element with title: "France" has a stem value of "devenir-benevole/france/ain/bourg-en-bresse", whereas it should match its own path ("devenir-benevole/france").
Duplicate children:
The "Ain" node appears twice with slightly different titles:
"Ain" (linked to /devenir-benevole/france/ain)
"Faire du bénévolat dans l'Ain" (also linked to /devenir-benevole/france/ain).
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
Create content with an
index.md
file in a nested directory structure. For example:/devenir-benevole/france/ain/index.md
/devenir-benevole/france/ain/bourg-en-bresse.md
Describe the bug
It seems there is an issue with the stem field generation for parent files in the Nuxt Content 3 navigation API. The stem field for parent files currently matches the stem of the first child, which seems inconsistent. Additionally, there is a duplication of children at the same navigation level.
Example API Response
Identified Issues
Inconsistent
stem
field:title: "France"
has astem
value of"devenir-benevole/france/ain/bourg-en-bresse"
, whereas it should match its own path ("devenir-benevole/france"
).Duplicate children:
"Ain"
node appears twice with slightly different titles:"Ain"
(linked to/devenir-benevole/france/ain
)"Faire du bénévolat dans l'Ain"
(also linked to/devenir-benevole/france/ain
).Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: