generate error when md filename contain dot
Environment
Working directory: /home/projects/nuxt-starter-efbp6c 22:02:45 Nuxt project info: 22:02:45
- Operating System: Linux
- Node Version: v18.18.0
- Nuxt Version: 3.7.4
- CLI Version: 3.9.0
- Nitro Version: 2.6.3
- Package Manager: [email protected]
- Builder: -
- User Config: devtools, modules
- Runtime Modules: @nuxt/[email protected]
- Build Modules: -
π Report an issue: https://github.com/nuxt/nuxt/issues/new 22:02:45
π Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new
π Read documentation: https://nuxt.com
Reproduction
https://stackblitz.com/edit/nuxt-starter-efbp6c?file=app.vue
Describe the bug
A file whose filename contains dot can be accessed in the case of npm run dev, but not after npm run generate
see demo, there has a intro-vue.js.md and intro-react.md in content.
run npm run devοΌthe website is ok. But after run generate:
intro-vue.js - error
intro-react - ok
Additional context
No response
Logs
No response
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
dot close. is it resolved?
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 30 days with no activity.