From e55b78a2dcae09a46bcd312610d770bdc1dd7303 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 10 Oct 2022 14:37:45 +0200 Subject: [PATCH] Revert "Use unique page title for search indexers" This reverts commit 13f7c54a9f9ca2ffbaad1bc110914b1cf469f761. --- src/index.html | 2 +- webpack.config.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 85485af86..65d1053ae 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,7 @@ - <%= htmlWebpackPlugin.options.pageTitle %> + <%= htmlWebpackPlugin.options.appName %> diff --git a/webpack.config.js b/webpack.config.js index 5d4b2c7c3..c0eb41bcf 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -141,7 +141,6 @@ module.exports = (_env, { mode = 'production' }) => { './MockClient.ts' )] : []), new HtmlWebpackPlugin({ - pageTitle: 'Telegram Web Messenger', appName: APP_ENV === 'production' ? 'Telegram Web' : 'Telegram Web Beta', appleIcon: APP_ENV === 'production' ? 'apple-touch-icon' : 'apple-touch-icon-dev', mainIcon: APP_ENV === 'production' ? 'icon-192x192' : 'icon-dev-192x192',