about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-02-22 11:39:10 -0500
committerBen Harris <ben@tilde.team>2022-02-22 11:39:10 -0500
commitc574634b809f57b83958ae3807a67a3e12c46221 (patch)
treecf6e98c27a6bd220323022c51c0a947f68397644
parentd8e99bcc14be087061f638ba2743f80b1926421a (diff)
fix links
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index ef842a0..3d94295 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
     <meta name="description" content="Guess the hidden word in 6 tries. A new puzzle is available each day.">
 
     <!-- FB Meta Tags -->
-    <meta property="og:url" content="https://bhh.sh/pub/wordle/">
+    <meta property="og:url" content="https://tilde.team/~ben/wordle/">
     <meta property="og:type" content="website">
     <meta property="og:title" content="Wordle - A daily word game">
     <meta property="og:description" content="Guess the hidden word in 6 tries. A new puzzle is available each day.">
@@ -16,7 +16,7 @@
 
     <!-- Twitter Meta Tags -->
     <meta name="twitter:card" content="summary_large_image">
-    <meta property="twitter:domain" content="powerlanguage.co.uk">
+    <meta property="twitter:domain" content="ben.tilde.team">
 
     <meta name="theme-color" content="#6aaa64" />
     <link rel="manifest" href="manifest.json" />