We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e7f06 commit 03ab083Copy full SHA for 03ab083
1 file changed
docs/404.html
@@ -321,7 +321,7 @@
321
const custom_username = '';
322
let profile_url = ''
323
const pathParts = window.location.pathname.split('/').filter(part => part);
324
- const username = custom_username || pathParts[1];
+ const username = custom_username || pathParts[0];
325
if (!username || !isValidGitHubUsername(username)) {
326
profile_url = '';
327
}
0 commit comments