mirror of https://github.com/status-im/consul.git
Switch to og-image & Fix build error with acl-legacy (#11423)
* Update share card image & switch to og-image * Remove path from api-docs-nav-data. Working * Add redirect back in Co-authored-by: Pamela Bortnick <pbortnick@gmail.com>
This commit is contained in:
parent
76f5de1455
commit
8ba3abf4d8
|
@ -60,11 +60,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "ACL (Legacy)",
|
|
||||||
"path": "acl-legacy",
|
|
||||||
"hidden": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Agent",
|
"title": "Agent",
|
||||||
"routes": [
|
"routes": [
|
||||||
|
|
|
@ -32,7 +32,7 @@ export default function App({ Component, pageProps }) {
|
||||||
title="Consul by HashiCorp"
|
title="Consul by HashiCorp"
|
||||||
siteName="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."
|
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/open-graph-image.png"
|
image="https://www.consul.io/img/og-image.png"
|
||||||
icon={[{ href: '/favicon.ico' }]}
|
icon={[{ href: '/favicon.ico' }]}
|
||||||
>
|
>
|
||||||
<meta
|
<meta
|
||||||
|
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Loading…
Reference in New Issue