Skip to content

Commit

Permalink
Merge pull request #13488 from vector-im/foldleft/12014-big-previews-2
Browse files Browse the repository at this point in the history
use a different image in previews
  • Loading branch information
foldleft authored May 11, 2020
2 parents a1ff03c + 2270438 commit 72af5c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added res/themes/riot/img/logos/opengraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin');
const webpack = require("webpack");

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-black-text.png';
if (!og_image_url) og_image_url = 'https://riot.im/app/themes/riot/img/logos/opengraph.png';

module.exports = (env, argv) => {
if (process.env.CI_PACKAGE) {
Expand Down

0 comments on commit 72af5c1

Please sign in to comment.