Skip to content

Commit

Permalink
[Rahul] | BAH-2411 | Add. Missing Favicon and Header
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Jun 18, 2024
1 parent 19e0566 commit a184af7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Implementer Interface</title>
<link href="/implementer-interface/favicon.ico" rel="icon" type="image/x-icon">
<link href="/implementer-interface/styles.css" rel="stylesheet" type="text/css"/>
</head>
<body>
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
new CopyWebpackPlugin([
{
from: path.join(__dirname, 'styles/fonts'), to: path.join(__dirname, 'dist/fonts'),
from: path.join(__dirname, './public/favicon.ico'), to: path.join(__dirname, 'dist/favicon.ico'),
},
], { copyUnmodified: true }
),
Expand Down

0 comments on commit a184af7

Please sign in to comment.