Browse Source

change webpack HTML builder data

Signed-off-by: r4sas <r4sas@i2pmail.org>
master
R4SAS 2 years ago
parent
commit
c34312a96a
  1. 4
      webpack.common.js

4
webpack.common.js

@ -242,9 +242,9 @@ module.exports = {
// }), // }),
new HtmlWebpackPlugin({ 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.', 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', filename: 'index.html',
// template: 'public/index_template.html', // template: 'public/index_template.html',
template: 'src/index.hbs', template: 'src/index.hbs',

Loading…
Cancel
Save