Skip to content

Commit

Permalink
⚡️ :: 파비콘 적용 고침
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanghyun0505 committed Oct 21, 2023
1 parent bef2ec7 commit 28cf524
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/public/favicon.ico" />
<link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, maximum-scale=10" />
<meta name="theme-color" content="#000000" />
<meta
Expand Down
2 changes: 2 additions & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ module.exports = {
new HtmlWebpackPlugin({
template: "./public/index.html",
filename: "index.html",
favicon: "./public/favicon.ico",
manifest: "./public/manifest.json",
}),
new RefreshWebpackPlugin(),
new webpack.DefinePlugin({
Expand Down

0 comments on commit 28cf524

Please sign in to comment.