Fix site build on Windows#2009
Conversation
It's redundant & causes Windows-incompatibility for absolute paths, because drive letters are misinterpreted as URL protocols
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/mdx/mdx/91Q4FPPpckxUWWrSUU4HoxFvsJ6A |
|
Hmm if I recall, these functions are needed for something, though I've indeed seen the problem you get on Windows on CI. I'll look into this some more when I'm behind a computer again on Monday to investigate, though a green CI is a good sign, thanks! |
It actually doesn't affect current CI—since docs building is not tested; which #2013 would change. Yet, I'm still pondering if the latter is worth the additional CI running time … |
Whoops, you’re right, I thought it did (and I would want it to again, when we can move past Node 14) |
It's redundant & causes Windows-incompatibility for absolute paths, because drive letters are misinterpreted as URL protocols
Solves #2008