Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-stoj committed Jan 2, 2025
1 parent dc627e5 commit 5d63b50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5501
"liveServer.settings.port": 5502
}
2 changes: 2 additions & 0 deletions en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<head>
<meta charset="UTF-8" />

<meta http-equiv="refresh" content="0;URL='https://www.groovylabsgame.com/en/'" />

<!-- TEMPLATE BEGIN: meta -->
<meta property="og:site_name" content="Beat Labs" />
<meta property="og:url" content="https://www.beatlabs.dev/" />
Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<head>
<meta charset="UTF-8" />

<meta http-equiv="refresh" content="0;URL='https://www.groovylabsgame.com/'" />

<!-- TEMPLATE BEGIN: meta -->
<meta property="og:site_name" content="Beat Labs" />
<meta property="og:url" content="https://www.beatlabs.dev/" />
Expand Down Expand Up @@ -76,12 +78,12 @@
}

if (href) {
window.location.href = href;
// window.location.href = href;
}
} catch (error) {
console.error(error);

window.location.href = "/en/";
// window.location.href = "/en/";
}
</script>
</head>
Expand Down

0 comments on commit 5d63b50

Please sign in to comment.