diff options
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' }), ], } |
