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:
Brandon Romano 2021-10-26 11:29:18 -07:00 committed by GitHub
parent 76f5de1455
commit 8ba3abf4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 6 deletions

View File

@ -60,11 +60,6 @@
} }
] ]
}, },
{
"title": "ACL (Legacy)",
"path": "acl-legacy",
"hidden": true
},
{ {
"title": "Agent", "title": "Agent",
"routes": [ "routes": [

View File

@ -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

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB