From 9b74db601578a41d4eb9b32145e8989b194945b4 Mon Sep 17 00:00:00 2001
From: sunithvs <sunithvs2002@gmail.com>
Date: Mon, 30 Dec 2024 23:19:24 +0530
Subject: [PATCH] feat: clean scripts and html generation removal

---
 docs/404.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 = '';
     }