Skip to content

Commit

Permalink
feat: clean scripts and html generation removal
Browse files Browse the repository at this point in the history
  • Loading branch information
sunithvs committed Dec 30, 2024
1 parent 590abf9 commit a6e7f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit a6e7f06

Please sign in to comment.