From c34d104858b92d98ee522c4c5e34dc4dce229107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=A7=84=ED=98=B8?= Date: Thu, 24 Oct 2024 16:58:08 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20favicon=20public=20=EB=94=94=EB=A0=89?= =?UTF-8?q?=ED=86=A0=EB=A6=AC=20=EB=82=B4=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/index.html | 2 +- client/{ => public}/favicon.ico | Bin client/webpack.common.mjs | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename client/{ => public}/favicon.ico (100%) diff --git a/client/index.html b/client/index.html index 179b7b468..536a4df7b 100644 --- a/client/index.html +++ b/client/index.html @@ -31,7 +31,7 @@ - + diff --git a/client/favicon.ico b/client/public/favicon.ico similarity index 100% rename from client/favicon.ico rename to client/public/favicon.ico diff --git a/client/webpack.common.mjs b/client/webpack.common.mjs index 653456280..b6d420981 100644 --- a/client/webpack.common.mjs +++ b/client/webpack.common.mjs @@ -56,7 +56,7 @@ export default { new HtmlWebpackPlugin({ template: './index.html', hash: true, - favicon: './favicon.ico', + favicon: path.resolve(__dirname, 'public/favicon.ico'), }), new ForkTsCheckerWebpackPlugin(), new ModifySourcePlugin({