diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-01-04 12:16:40 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-01-04 12:16:47 +0000 |
| commit | b99d724850c164e3799ae1eedaec4a82a70b4d60 (patch) | |
| tree | eff8468e534778568edbd6a19849ecf9f8e4975f /webpack.config.js | |
| parent | fix keyboard mapping (diff) | |
| download | isomorphic-kb-explorer-b99d724850c164e3799ae1eedaec4a82a70b4d60.tar.gz isomorphic-kb-explorer-b99d724850c164e3799ae1eedaec4a82a70b4d60.zip | |
rename to "isomorphic-kb-explorer"
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index ef5b839..b11a027 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -18,6 +18,6 @@ module.exports = { ], }, plugins: [ - new HtmlWebpackPlugin({ title: 'Wicki-Hayden Explorer' }), + new HtmlWebpackPlugin({ title: 'Isomorphic Keyboard Explorer' }), ], } |
