Liang Fengning
Results
1
issues of
Liang Fengning
## Changes Related issue: [#4689](https://github.com/withastro/astro/issues/4689) The [`slash`](https://github.com/sindresorhus/slash) library [cannot handle paths containing non-ASCII characters](https://github.com/sindresorhus/slash/blob/b5cdd12272f94cfc37c01ac9c2b4e22973e258e5/index.js#L5), so we need to manually replace `\` with `/`. #### Examples ```js fileURLToPath(filePath) // -> C:\Codes\测试\my-astro-site\src\pages\index.astro...
core