Skip to content

Commit

Permalink
Merge pull request #12 from hayanisaid/meta-tags
Browse files Browse the repository at this point in the history
change path
  • Loading branch information
hayanisaid authored Nov 22, 2018
2 parents 38d995f + 2f7f683 commit 20e17ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { string } from "prop-types";

const defaultDescription = "Said Hayani official website";
const defaultOGURL = "https://saidhayani.me";
const defaultOGImage = "https://saidhayani.me/./../said-hayani.png";
const defaultOGImage = "./../said-hayani.png";

const Head = props => (
<NextHead>
Expand Down

0 comments on commit 20e17ff

Please sign in to comment.