Skip to content

Commit 2155d27

Browse files
authored
chore(client): switch domain (#546)
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent a67eef9 commit 2155d27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
<meta property="og:image:width" content="512" />
5050
<meta property="og:image:height" content="512" />
5151
<meta property="og:type" content="website" />
52-
<meta property="og:url" content="https://tosidrop.io/" />
52+
<meta property="og:url" content="https://tosidrop.me/" />
5353
<meta property="og:title" content="TosiDrop" />
54-
<meta property="og:description" content="Airdrops on Cardano and Ergo" />
54+
<meta property="og:description" content="Token claims for Cardano" />
5555
<!--
5656
manifest.json provides metadata used when your web app is installed on a
5757
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -66,7 +66,7 @@
6666
work correctly both with client-side routing and a non-root public URL.
6767
Learn how to configure a non-root public URL by running `npm run build`.
6868
-->
69-
<title>TosiDrop - Airdrops on Cardano and Ergo</title>
69+
<title>TosiDrop - Token claims for Cardano</title>
7070
</head>
7171
<body>
7272
<noscript>You need to enable JavaScript to run this app.</noscript>

client/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
],
1616
"theme_color": "#c7d5f4",
1717
"background_color": "#c7d5f4",
18-
"start_url": "https://tosidrop.io",
18+
"start_url": "https://tosidrop.me",
1919
"display": "standalone"
2020
}

0 commit comments

Comments
 (0)