Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(website): fix loading of dusty.svg on Windows
If symlink support is disabled in Windows or in Git, dusty.svg does not load properly. This is because StaticVFSFile does not use our readFile wrapper which resolves symlinks manually. Fix the problem by resolving symlinks via Git commands on Windows.
- Loading branch information