From c34312a96a0d2fb30b3647736191f8954e60ed26 Mon Sep 17 00:00:00 2001 From: r4sas Date: Fri, 22 Jul 2022 17:36:05 +0000 Subject: [PATCH] change webpack HTML builder data Signed-off-by: r4sas --- webpack.common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',