Links are mixed case, but files on disk are lowercase #11468
Labels
effort: medium
This task is a medium effort.
idle
needs decision from engineering
p3
We don't have visibility when this will be addressed.
Summary
I tried to build the mdn contents via
yarn build:prepare && yarn build
, then I tried to serve the static files vianpx http-server client/build/
.The url like
http://localhost:8080/en-us/docs/Web/HTML/
in the html is not correct, it should behttp://localhost:8080/en-us/docs/web/html/
.URL
N.A.
Reproduction steps
Expected behavior
the link path in the generated html should the same case-sensitive as the files in the filesystem.
Actual behavior
parts of the link path becomes PascalCase.
Device
Desktop
Browser
Chrome
Browser version
Stable
Operating system
Windows
Screenshot
Anything else?
No response
Validations
The text was updated successfully, but these errors were encountered: