Skip to content

Commit

Permalink
move: favicon public 디렉토리 내로 이동 (#803)
Browse files Browse the repository at this point in the history
undefined
  • Loading branch information
jinhokim98 authored Oct 24, 2024
1 parent 60c5376 commit 90fa201
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0" />

<link rel="canonical" href="https://haengdong.pro/" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net" />
<link href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" rel="stylesheet" />
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion client/webpack.common.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 90fa201

Please sign in to comment.