-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix: Windows-rendering of content #5476
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ovflowd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's ensure on Linux and macOS; this is working as expected.
We probably in the future should unit test this with examples of how each OS would handle paths.
Co-authored-by: Claudio Wunder <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]>
mikeesto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All seems OK on MacOS
Description
I'd hadn't clicked around the site locally on my Windows machine in a bit, instead only rendering the homepage. The homepage was rendering fine, but every other page was 404ing content due to Windows pathing. I fixed this in two cases, indexes and deeper paths.
Validation
All of these pages should continue to render for you locally.
Related Issues
Check List
npx turbo lintto ensure the code follows the style guide. And runnpx turbo lint:fixto fix the style errors if necessary.npx turbo formatto ensure the code follows the style guide.npx turbo testto check if all tests are passing, and/ornpx turbo test:snapshotto update snapshots if I created and/or updated React Components.