We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecf16e commit 3c6f517Copy full SHA for 3c6f517
src/index.js
@@ -14,7 +14,7 @@ DropDown();
14
let firstTime = localStorage.getItem("first_time");
15
if (!firstTime) {
16
localStorage.setItem("first_time", "1");
17
- window.location.href = "https://www.christopherh.org/Personal-Portfolio/";
+ window.location.href = "https://ghp.christopherh.org/Personal-Portfolio/";
18
}
19
20
const colorModeEl = document.querySelector(".color-mode");
0 commit comments