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
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
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
Create files:
content/articles/1.947624.md
content/articles/2.a947624.md
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
The text was updated successfully, but these errors were encountered: