Skip to content

Commit 441e3d0

Browse files
committed
fix: patch og image source string
import not needed, only public image source string
1 parent c5563fd commit 441e3d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/what-is-ethereum.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ import whatAreSmartContracts from "@/public/infrastructure_transparent.png"
6262
import whoRunsEthereum from "@/public/run-a-node/ethereum-inside.png"
6363
import stats from "@/public/upgrades/newrings.png"
6464
import hero from "@/public/what-is-ethereum.png"
65-
import ogImage from "@/public/what-is-ethereum.png"
6665

6766
const Slogan = (props: ChildOnlyProp) => (
6867
<Text
@@ -299,7 +298,7 @@ const WhatIsEthereumPage = ({
299298
<PageMetadata
300299
title={t("page-what-is-ethereum-meta-title")}
301300
description={t("page-what-is-ethereum-meta-description")}
302-
image={ogImage.src}
301+
image="what-is-ethereum.png"
303302
/>
304303
<Content>
305304
<Flex

0 commit comments

Comments
 (0)