mirror of https://github.com/status-im/consul.git
fix social share image (#11235)
* Fix social share image * Change name * make absolute path
This commit is contained in:
parent
6e3fbf1ece
commit
3c77c3e789
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Loading…
Reference in New Issue