We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5563fd commit 441e3d0Copy full SHA for 441e3d0
src/pages/what-is-ethereum.tsx
@@ -62,7 +62,6 @@ import whatAreSmartContracts from "@/public/infrastructure_transparent.png"
62
import whoRunsEthereum from "@/public/run-a-node/ethereum-inside.png"
63
import stats from "@/public/upgrades/newrings.png"
64
import hero from "@/public/what-is-ethereum.png"
65
-import ogImage from "@/public/what-is-ethereum.png"
66
67
const Slogan = (props: ChildOnlyProp) => (
68
<Text
@@ -299,7 +298,7 @@ const WhatIsEthereumPage = ({
299
298
<PageMetadata
300
title={t("page-what-is-ethereum-meta-title")}
301
description={t("page-what-is-ethereum-meta-description")}
302
- image={ogImage.src}
+ image="what-is-ethereum.png"
303
/>
304
<Content>
305
<Flex
0 commit comments