copy resources from their new locations

This commit is contained in:
Matthew Hodgson 2018-04-13 01:49:52 +01:00
parent d6931252c1
commit a46b718b4a
3 changed files with 5 additions and 5 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/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-1.png';
module.exports = {
entry: {