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

---
 docs/404.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/404.html b/docs/404.html
index 4b2cd9ce..21757a9f 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -318,7 +318,7 @@
                 && githubUsernameRegex.test(username);
         }
     // Function to fetch user profile data
-    const custom_username = 'sunithvs';
+    const custom_username = '';
     let profile_url = ''
     const pathParts = window.location.pathname.split('/').filter(part => part);
     const username = custom_username || pathParts[1];