Skip to content

Commit 1cb5138

Browse files
committedMar 29, 2024
add favicon
1 parent 6173906 commit 1cb5138

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
 

‎host-app/src/favicon.ico

7.23 KB
Binary file not shown.

‎host-app/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = {
6767
// https://www.npmjs.com/package/html-webpack-plugin
6868
new HtmlWebpackPlugin({
6969
template: "./src/index.html",
70-
// favicon: "./src/favicon.ico",
70+
favicon: "./src/favicon.ico",
7171
}),
7272
],
7373
};

‎remote-app/src/favicon.ico

7.23 KB
Binary file not shown.

‎remote-app/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = {
6464
// https://www.npmjs.com/package/html-webpack-plugin
6565
new HtmlWebpackPlugin({
6666
template: "./src/index.html",
67-
// favicon: "./src/favicon.ico",
67+
favicon: "./src/favicon.ico",
6868
}),
6969
],
7070
};

0 commit comments

Comments
 (0)
Failed to load comments.