nuxt / content

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

[Content directory > Ordering] Numeric prefixes appear in the url if the file name is also numeric #2806

Open ndrbrt opened 1 month ago

ndrbrt commented 1 month ago

Environment

Reproduction

Create files:

Describe the bug

The file content/articles/1.947624.md results in the url <host>/articles/1.947624 (the expected url <host>/articles/947624 returns a 404). The only way not to show the numeric prefix in the url is naming a file with an initial letter: the file content/articles/2.a947624.md results in the url <host>/articles/a947624 (as expecetd)

Additional context

No response

Logs

No response