itch
itch copied to clipboard
:bug: Remove slash duplication in user profile URLs
Summary
Fixes slash duplication in user profile URLs.
Cause & Impact
The bug arises from a double slash in the path, resulting in URLs like https://itch.io//profile/the-user-name
.
The constant originalItchio
includes the trailing slash.
-- from itchio/itch/issues/2975
Considerations
As mentioned in the issue #2975, other paths may also be affected. Introducing a package to construct URLs from bare strings could address this issue more comprehensively.