Skip to content

Commit 57700fd

Browse files
author
Kshitij Raj
committed
favicon added for site
1 parent b126e9e commit 57700fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<meta name="author" content="Kshitij Raj" />
99
<meta name="keywords" content="microfrontend , social media, websockets, socket.io, Kshitij Raj, githb actions, webpack, module federation, typescript, project, learning"/>
1010
<meta name="developer" content="Kshitij Raj" />
11-
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
12-
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
13-
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
11+
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-touch-icon.png">
12+
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
13+
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
1414
<link rel="manifest" href="/site.webmanifest">
1515
<title>Microfrontend-ConnectApp</title>
1616
</head>

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = {
7474
patterns: [
7575
{
7676
from: "src/**/*.png",
77-
to: "assets/favicon/[name][ext]"
77+
to: "./assets/favicon/[name][ext]"
7878
},
7979
],
8080
}),

0 commit comments

Comments
 (0)