Update URLs

This commit is contained in:
Andrio Celos
2022-12-15 23:16:41 +11:00
parent 846f78c0f6
commit 59e9de56ce
3 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8"/>
<base href="https://questers-rest.andriocelos.net/tableturf/"/>
<base href="https://tableturf.andriocelos.net/tableturf/"/>
<script>
document.getElementsByTagName('base')[0].href = window.location.toString().replace(/\/(?:index.html|deckeditor|game\/[^/]*)$/, '/');
</script>
@@ -18,7 +18,7 @@
<meta property="og:type" content="website"/>
<meta name="title" property="og:title" content="Tableturf Battle"/>
<meta name="description" property="og:description" content="(Beta) An unofficial simulator for Tableturf Battle from Splatoon 3. Play online with friends using any in-game cards!"/>
<meta property="og:url" content="https://questers-rest.andriocelos.net/tableturf/"/>
<meta property="og:url" content="https://tableturf.andriocelos.net/"/>
<meta name="theme-color" content="#e7b427" data-react-helmet="true"/>
</head>
<body>

View File

@@ -1 +1 @@
// This file was generated using TypeScript.
// This file was generated using TypeScript. Source code is available at https://github.com/AndrioCelos/TableturfBattleApp

View File

@@ -10,7 +10,6 @@ declare class QRCode {
makeCode(sText: string) : void;
clear() : void;
}
declare namespace QRCode {