fix: update page title to Pezkuwi/Bizinikiwi Portal

This commit is contained in:
2026-01-07 13:16:52 +03:00
parent d21bfb1320
commit 8679c871d1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps authors & contributors
// Copyright 2017-2025 @pezkuwi/apps authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable camelcase */
@@ -27,7 +27,7 @@ module.exports = merge(
}]
}),
new HtmlWebpackPlugin({
PAGE_TITLE: 'Polkadot/Substrate Portal',
PAGE_TITLE: 'Pezkuwi/Bizinikiwi Portal',
minify: false,
template: path.join(context, '../apps/public/index.html')
})
+2 -2
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/apps authors & contributors
// Copyright 2017-2025 @pezkuwi/apps authors & contributors
// SPDX-License-Identifier: Apache-2.0
const path = require('path');
@@ -22,7 +22,7 @@ module.exports = merge(
},
plugins: [
new HtmlWebpackPlugin({
PAGE_TITLE: 'Polkadot/Substrate Portal',
PAGE_TITLE: 'Pezkuwi/Bizinikiwi Portal',
inject: true,
template: path.join(__dirname, 'public/index.html')
})