From b99d724850c164e3799ae1eedaec4a82a70b4d60 Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 4 Jan 2022 13:16:40 +0100 Subject: rename to "isomorphic-kb-explorer" --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') 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' }), ], } -- cgit v1.2.3