fix social share image (#11235)
* Fix social share image * Change name * make absolute path
This commit is contained in:
parent
5f3dad4db2
commit
96afd767a1
|
@ -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' }]}
|
||||
>
|
||||
<meta
|
||||
|
|
Loading…
Reference in New Issue