From 96afd767a141fdac257ee35ceb3146401373fc08 Mon Sep 17 00:00:00 2001 From: Pamela Bortnick Date: Mon, 25 Oct 2021 13:09:28 -0400 Subject: [PATCH] fix social share image (#11235) * Fix social share image * Change name * make absolute path --- website/pages/_app.js | 2 +- website/public/img/{og-image.png => open-graph-image.png} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename website/public/img/{og-image.png => open-graph-image.png} (100%) diff --git a/website/pages/_app.js b/website/pages/_app.js index 92f2cacf6..fcfaa107c 100644 --- a/website/pages/_app.js +++ b/website/pages/_app.js @@ -32,7 +32,7 @@ export default function App({ Component, pageProps }) { title="Consul by HashiCorp" siteName="Consul by HashiCorp" description="Consul is a service networking solution to automate network configurations, discover services, and enable secure connectivity across any cloud or runtime." - image="https://www.consul.io/img/og-image.png" + image="https://www.consul.io/img/open-graph-image.png" icon={[{ href: '/favicon.ico' }]} >