diff --git a/docs/404.html b/docs/404.html index b3b27955..4df0db73 100644 --- a/docs/404.html +++ b/docs/404.html @@ -318,10 +318,10 @@ && githubUsernameRegex.test(username); } // Function to fetch user profile data - const custom_username = ''; + const custom_username = 'suni'; let profile_url = '' const pathParts = window.location.pathname.split('/').filter(part => part); - const username = custom_username || pathParts[0]; + const username = pathParts[0]; if (!username || !isValidGitHubUsername(username)) { profile_url = ''; }