nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3k stars 605 forks source link

目录中有index.md的时候,链接出错 #2653

Open Iczp opened 3 weeks ago

Iczp commented 3 weeks ago

Environment


Reproduction

目录结构 content/css |--index.md |--link.md

index.md: LinkTo

访问 http://localhost:3000/css 生成的链接为: LinkTo 实际会到 http://localhost:3000/link 是错的 理想的结果:http://localhost:3000/css/link

Describe the bug

目录结构 content/css |--index.md |--link.md

index.md: LinkTo

访问 http://localhost:3000/css 生成的链接为: LinkTo 实际会到 http://localhost:3000/link 是错的 理想的结果:http://localhost:3000/css/link

Additional context

No response

Logs

No response

Coiggahou2002 commented 2 weeks ago

Can you please make a minimal reproduction on StackBlitz so that we can better help you locate the problem?