You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using "pnpm run build" on a Windows machine the navigation of the web page breaks due to the addition of a Drive letter in the relative path, after the hash.
The same page created on a Linux machine via the same command works fine. (probably related the the Linux paths not containing a drive letter)
Describe the bug
When using "pnpm run build" on a Windows machine the navigation of the web page breaks due to the addition of a Drive letter in the relative path, after the hash.
The same page created on a Linux machine via the same command works fine. (probably related the the Linux paths not containing a drive letter)
Your Example Website or App
molgenis/vip-report-template#319
Steps to Reproduce the Bug or Issue
Navigation to "/test" (via href)
results in this url:
file:///path/to/test.html#/C:/test
Expected behavior
Navigation to "/test" (via href)
results in this url:
file:///path/to/test.html#/test
Screenshots or Videos
No response
Platform
Windows
Tested on Chrome and Edge, possibly/probably the same for other browsers
Version 0.13.5
Additional context
No response
The text was updated successfully, but these errors were encountered: