Revert "Use unique page title for search indexers"

This reverts commit 13f7c54a9f9ca2ffbaad1bc110914b1cf469f761.
This commit is contained in:
Alexander Zinchuk 2022-10-10 14:37:45 +02:00
parent c4fb1d14fc
commit e55b78a2dc
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<title><%= htmlWebpackPlugin.options.pageTitle %></title>
<title><%= htmlWebpackPlugin.options.appName %></title>
<meta name="title" content="<%= htmlWebpackPlugin.options.appName %>">
<meta name="description" content="Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.">

View File

@ -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',