Skip to content

Commit

Permalink
✨ update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdhika31 committed Feb 9, 2021
1 parent beaca8e commit 4405cd5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">

<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -19,7 +20,19 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Ferdhika Yudira</title>

<!-- Meta -->
<meta name="author" content="Ferdhika Yudira">
<meta property="og:title" content="Ferdhika Yudira" />
<meta property="og:locale" content="id_ID" />
<meta name="description" content="Ferdhika Official Site" />
<meta property="og:description" content="Ferdhika Official Site" />
<link rel="canonical" href="https://dika.web.id/" />
<meta property="og:url" content="http://dika.web.id/" />
<meta property="og:site_name" content="Ferdhika Yudira" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Ferdhika Yudira" />

<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
Expand Down

0 comments on commit 4405cd5

Please sign in to comment.