Skip to content

Commit 3c6f517

Browse files
author
hall488
committed
Fix redirect subdomain on first visit
1 parent 7ecf16e commit 3c6f517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DropDown();
1414
let firstTime = localStorage.getItem("first_time");
1515
if (!firstTime) {
1616
localStorage.setItem("first_time", "1");
17-
window.location.href = "https://www.christopherh.org/Personal-Portfolio/";
17+
window.location.href = "https://ghp.christopherh.org/Personal-Portfolio/";
1818
}
1919

2020
const colorModeEl = document.querySelector(".color-mode");

0 commit comments

Comments
 (0)