-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.md page with lowercase first letter causes 404 #448
Comments
Could you also provide the reproduction repo? |
Ok, after building a reproduction repo, the issue seams to have stopped. I swear I didn't change anything, but everything is working now. No idea what I did or what changed. Anyway, closing the issue now because of it. Thanks. |
This was referenced Apr 14, 2021
This was referenced Apr 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing a weird issue in which any markdown page whose file name does not start with an uppercase letter is causing a 404 in dev mode.
If I set up the example here exactly as shown, each of the
one.md
,two.md
,three.md
, andfour.md
files end up causing a 404. However, if I change the first letter of the file names to a capital -One.md
,Two.md
, etc. - everything works.Anybody else seeing this?
OS: Mac OS
Node: 10.1.0
VuePress: 0.8.4
Browser: Chrome 66.0.3359.170
Global Install
Used NPM
The text was updated successfully, but these errors were encountered: