Skip to content

Commit

Permalink
fix og image link
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Feb 21, 2024
1 parent e2dc209 commit bd2d60a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react"
import { Helmet } from "react-helmet"
import { Global, css } from "@emotion/core"
import favicon from "../assets/favicon.ico"
import ogImage from "../../static/og-image.png"

function getTitle(pathname) {
switch (pathname) {
Expand Down Expand Up @@ -61,7 +60,7 @@ export default function Layout({ children, data, location }) {
},
{
property: "og:image",
content: ogImage,
content: "https://ens.domains/og-image.png",
},
{
property: "og:image:alt",
Expand Down

0 comments on commit bd2d60a

Please sign in to comment.