aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-05-15 11:31:17 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-05-15 11:31:17 +0200
commita88e4a9289e7d8cc80190f60f2fe08fe2ba08ee6 (patch)
tree9d328af25295776ab763c494cba081d55f6f98be
parentd4ea393c1df87ae958a06ed66a11e36b081282d4 (diff)
downloadit-tools-a88e4a9289e7d8cc80190f60f2fe08fe2ba08ee6.tar.gz
it-tools-a88e4a9289e7d8cc80190f60f2fe08fe2ba08ee6.tar.zst
it-tools-a88e4a9289e7d8cc80190f60f2fe08fe2ba08ee6.zip
fix(seo): wrong url in share metas
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index d909927..b25baca 100644
--- a/index.html
+++ b/index.html
@@ -18,15 +18,15 @@
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
- <meta property="og:url" content="https://dev.it-tools.tech/" />
+ <meta property="og:url" content="https://it-tools.tech/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="IT Tools - Handy online tools for developers" />
<meta property="og:description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." />
<meta property="og:image" content="/banner.png" />
<meta name="twitter:card" content="summary_large_image" />
- <meta property="twitter:domain" content="dev.it-tools.tech" />
- <meta property="twitter:url" content="https://dev.it-tools.tech/" />
+ <meta property="twitter:domain" content="it-tools.tech" />
+ <meta property="twitter:url" content="https://it-tools.tech/" />
<meta name="twitter:title" content="IT Tools - Handy online tools for developers" />
<meta name="twitter:description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." />
<meta name="twitter:image" content="/banner.png" />