Skip to content

Commit 1f33a77

Browse files
authored
Update index.html
1 parent 37f758f commit 1f33a77

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
<meta name="author" content="PkLavc" />
77
<meta name="google-site-verification" content="6gMtjXC8QaMe105oQFC7f7_0FKxgBr8R65-kOtoSSfE" />
88
<script>
9-
if (window.location.hostname.toLowerCase() === "pklavc.github.io") {
10-
window.location.replace("https://pklavc.com" + window.location.pathname + window.location.search + window.location.hash);
11-
}
12-
<script>
13-
const host = window.location.hostname.toLowerCase();
14-
if (host === "pklavc.github.io" || host === "www.pklavc.com") {
15-
window.location.replace("https://pklavc.com" + window.location.pathname + window.location.search + window.location.hash);
16-
}
9+
const host = window.location.hostname.toLowerCase();
10+
11+
if (host === "pklavc.github.io" || host === "www.pklavc.com") {
12+
window.location.replace(
13+
"https://pklavc.com" +
14+
window.location.pathname +
15+
window.location.search +
16+
window.location.hash
17+
);
18+
}
1719
</script>
1820
<meta property="og:title" content="Patrick Araujo | Backend Software Engineer">
1921
<meta property="og:description" content="Backend Software Engineer building automation, API integrations, and scalable backend systems with Python, Node.js, SQL, AWS, and ETL workflows.">

0 commit comments

Comments
 (0)