diff --git a/webpack.common.js b/webpack.common.js index a89a9536..d286dbd4 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -242,9 +242,9 @@ module.exports = { // }), new HtmlWebpackPlugin({ - title: 'Telegram Web', + title: 'Telegram Web I2P', description: 'Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.', - url: 'https://web.telegram.org/k/', + url: 'https://web.telegram.i2p/', filename: 'index.html', // template: 'public/index_template.html', template: 'src/index.hbs',