From faf7150b5ff5de8d99c6ad495d53b10bcae3f7e3 Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Mon, 18 Apr 2022 15:34:50 +0200 Subject: feat: Remove WIP and add favicon --- www/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/webpack.config.js') diff --git a/www/webpack.config.js b/www/webpack.config.js index 98cfec8..445b6e2 100644 --- a/www/webpack.config.js +++ b/www/webpack.config.js @@ -9,6 +9,6 @@ module.exports = { }, mode: "development", plugins: [ - new CopyWebpackPlugin(['index.html', 'bulma.min.css']) + new CopyWebpackPlugin(['index.html', 'bulma.min.css', 'favicon.ico']) ], }; -- cgit v1.2.3