unify og-images (#1104)

Removed lbry-ui, updated og-image for latest app, added redirect to old path.
This commit is contained in:
Thomas Zarebczan 2019-08-28 12:50:29 -04:00 committed by GitHub
parent 67579fa537
commit 8bbe6e63ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

View file

@ -112,3 +112,6 @@
/press-kit.zip: /press-kit /press-kit.zip: /press-kit
/news/tag/events: /roadmap /news/tag/events: /roadmap
# /publish: /youtube # /publish: /youtube
# Images
/img/lbry-ui.png: /img/og-image.png

View file

@ -1,6 +1,6 @@
<?php Response::setMetaDescription(__('description.no-os')) ?> <?php Response::setMetaDescription(__('description.no-os')) ?>
<?php Response::setMetaTitle(__('global.get')) ?> <?php Response::setMetaTitle(__('global.get')) ?>
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/lbry-ui.png') ?> <?php Response::addMetaImage(Request::getHostAndProto() . '/img/og-image.png') ?>
<main class="ancillary"> <main class="ancillary">
<section class="hero hero--half-height"> <section class="hero hero--half-height">

View file

@ -1,5 +1,5 @@
<?php Response::setMetaDescription(__('description.get')) ?> <?php Response::setMetaDescription(__('description.get')) ?>
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/lbry-ui.png') ?> <?php Response::addMetaImage(Request::getHostAndProto() . '/img/og-image.png') ?>
<?php NavActions::setNavUri('/get') ?> <?php NavActions::setNavUri('/get') ?>
<main class="ancillary"> <main class="ancillary">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 656 KiB

After

Width:  |  Height:  |  Size: 175 KiB