Revert "Use unique page title for search indexers"
This reverts commit 13f7c54a9f9ca2ffbaad1bc110914b1cf469f761.
This commit is contained in:
parent
c4fb1d14fc
commit
e55b78a2dc
@ -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.">
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user