copy resources from their new locations
This commit is contained in:
parent
d6931252c1
commit
a46b718b4a
3 changed files with 5 additions and 5 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue