Update Riot logo

This commit is contained in:
J. Ryan Stinnett 2019-02-01 13:04:48 -06:00
parent bf0b2ea101
commit 8bac9efd4c
20 changed files with 37 additions and 1002 deletions

View file

@ -4,7 +4,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
let og_image_url = process.env.RIOT_OG_IMAGE_URL;
if (!og_image_url) og_image_url = 'https://riot.im/app/themes/riot/img/logos/riot-im-logo-1.png';
if (!og_image_url) og_image_url = 'https://riot.im/app/themes/riot/img/logos/riot-im-logo-black-text.png';
module.exports = {
entry: {