mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 01:57:57 +00:00
fix: update page title to Pezkuwi/Bizinikiwi Portal
This commit is contained in:
@@ -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')
|
||||
})
|
||||
|
||||
@@ -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')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user