Add favicon

This commit is contained in:
wpetit 2019-12-05 16:23:20 +01:00
parent b29e48dc68
commit b9ebf29711
4 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>GenGitKan</title>
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/png" href="resources/favicon.png">
</head>
<body>
<div id="app" class="is-fullheight"></div>

View File

@ -9,6 +9,7 @@ import '@fortawesome/fontawesome-free/js/solid'
import '@fortawesome/fontawesome-free/js/regular'
import '@fortawesome/fontawesome-free/js/brands'
import './resources/logo.svg';
import './resources/favicon.png';
ReactDOM.render(
<App />,

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 B

View File

@ -37,7 +37,7 @@ module.exports = {
}
]
},{
test: /\.(woff(2)?|ttf|eot|svg)(\?v=\d+\.\d+\.\d+)?$/,
test: /\.(woff(2)?|ttf|eot|svg|png)(\?v=\d+\.\d+\.\d+)?$/,
use: [{
loader: 'file-loader',
options: {