Skip to content

Commit

Permalink
Merge branch 'master' into warningManuellePosteringer
Browse files Browse the repository at this point in the history
  • Loading branch information
throndi authored Oct 12, 2023
2 parents 35039f3 + c6f7679 commit 51ddda0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_n_deploy/webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const common = {
template: path.join(process.cwd(), 'src/frontend/index.html'),
inject: 'body',
alwaysWriteToDisk: true,
favicon: path.join(process.cwd(), '/src/frontend/favicon.ico'),
}),
new ForkTsCheckerWebpackPlugin({
async: true,
Expand Down
Binary file added src/frontend/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="favicon.ico" type="image/png/ico" />
<style>
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
</style>
Expand Down

0 comments on commit 51ddda0

Please sign in to comment.