Ver código fonte

Change title

Pouria Ezzati 7 anos atrás
pai
commit
8ca68e2c5f
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      client/pages/_document.js

+ 3 - 3
client/pages/_document.js

@@ -25,7 +25,7 @@ class AppDocument extends Document {
         <Head>
           <meta charSet="utf-8" />
           <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
-          <title>Kutt.it | Modern URL shortener.</title>
+          <title>Kutt.it | Modern Open Source URL shortener.</title>
           <meta
             name="description"
             content="Kutt.it is a free and open source URL shortener with custom domains and stats."
@@ -45,10 +45,10 @@ class AppDocument extends Document {
           <meta property="og:type" content="website" />
           <meta property="og:title" content="Kutt.it" />
           <meta property="og:image" content="https://kutt.it/images/card.png" />
-          <meta property="og:description" content="Free Modern URL Shortener" />
+          <meta property="og:description" content="Free & Open Source Modern URL Shortener" />
           <meta name="twitter:url" content="https://kutt.it" />
           <meta name="twitter:title" content="Kutt.it" />
-          <meta name="twitter:description" content="Free Modern URL Shortener" />
+          <meta name="twitter:description" content="Free & Open Source Modern URL Shortener" />
           <meta name="twitter:image" content="https://kutt.it/images/card.png" />
 
           {this.props.styleTags}