1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 18:13:01 +05:30

(refactor): changed neosubhamoy.dev referance to neosubhamoy.com

This commit is contained in:
2023-12-04 23:25:46 +05:30
parent 1d600c7fd7
commit bf0bb2d610
4 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ document.addEventListener('keydown', function(event) {
window.location.href = basePath + "/contact";
}
else if (pressedKeys['q'] && pressedKeys['e']) {
window.location.href = "mailto:hey@neosubhamoy.dev";
window.location.href = "mailto:hey@neosubhamoy.com";
}
else if (pressedKeys['q'] && pressedKeys['m']) {
window.location.href = "#";