Skip to content

Commit

Permalink
Change Head og:image meta
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKal committed Dec 27, 2019
1 parent 11b22f9 commit fcd89d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added public/images/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion views/components/Head.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ const Head = () => (
<meta property="og:type" content="website" />
<meta property="og:title" content="DeKal | Portfolio" />
<meta property="og:description" content="Dekal's Portfolio" />
<meta property="og:image" content="/images/bg.jpg" />
<meta
property="og:image"
content="https://phatho-folio.now.sh/images/cover.png"
/>
<meta property="og:url" content="https://phatho-folio.now.sh/" />
<meta property="og:locale" content="en_VN" />
<meta property="og:site_name" content="Phat Portfolio" />
Expand Down

0 comments on commit fcd89d7

Please sign in to comment.