Browse Source

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>
pull/11425/head
Brandon Romano 3 years ago committed by GitHub
parent
commit
8ba3abf4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      website/data/api-docs-nav-data.json
  2. 2
      website/pages/_app.js
  3. 0
      website/public/img/og-image.png

5
website/data/api-docs-nav-data.json

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

2
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/open-graph-image.png"
image="https://www.consul.io/img/og-image.png"
icon={[{ href: '/favicon.ico' }]}
>
<meta

0
website/public/img/open-graph-image.png → website/public/img/og-image.png

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Loading…
Cancel
Save