mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-24 03:01:05 +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
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
/* eslint-disable camelcase */
|
/* eslint-disable camelcase */
|
||||||
@@ -27,7 +27,7 @@ module.exports = merge(
|
|||||||
}]
|
}]
|
||||||
}),
|
}),
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
PAGE_TITLE: 'Polkadot/Substrate Portal',
|
PAGE_TITLE: 'Pezkuwi/Bizinikiwi Portal',
|
||||||
minify: false,
|
minify: false,
|
||||||
template: path.join(context, '../apps/public/index.html')
|
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
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
@@ -22,7 +22,7 @@ module.exports = merge(
|
|||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
PAGE_TITLE: 'Polkadot/Substrate Portal',
|
PAGE_TITLE: 'Pezkuwi/Bizinikiwi Portal',
|
||||||
inject: true,
|
inject: true,
|
||||||
template: path.join(__dirname, 'public/index.html')
|
template: path.join(__dirname, 'public/index.html')
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user