Open JounQin opened 2 weeks ago
System: OS: macOS 15.0.1 CPU: (10) arm64 Apple M1 Max Memory: 4.83 GB / 64.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 130.0.6723.70 Safari: 18.0.1 npmPackages: @rspress/core: ^1.35.1 => 1.35.1
|- guide |- index.md // overview page |- test |- index.md // also overview page |- nested |- index.md // also overview page
https://2thrdn-8080.csb.app/guide.html renders Overview correctly
Overview
https://2thrdn-8080.csb.app/guide/test.html and https://2thrdn-8080.csb.app/guide/test/nested.html don't work.
https://codesandbox.io/p/devbox/sad-zeh-2thrdn
npm run dev
/guide/test.html
/guide/test/nested.html
You can use rspress@0.0.0-next-20241029080927 to verify this behaviour.
rspress@0.0.0-next-20241029080927
Version
System: OS: macOS 15.0.1 CPU: (10) arm64 Apple M1 Max Memory: 4.83 GB / 64.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 130.0.6723.70 Safari: 18.0.1 npmPackages: @rspress/core: ^1.35.1 => 1.35.1
Details
https://2thrdn-8080.csb.app/guide.html renders
Overview
correctlyhttps://2thrdn-8080.csb.app/guide/test.html and https://2thrdn-8080.csb.app/guide/test/nested.html don't work.
Reproduce link
https://codesandbox.io/p/devbox/sad-zeh-2thrdn
Reproduce Steps
npm run dev
/guide/test.html
or/guide/test/nested.html