diff --git a/client/src/index.html b/client/src/index.html index 6b3ef3c..b8a1309 100644 --- a/client/src/index.html +++ b/client/src/index.html @@ -5,6 +5,7 @@ GenGitKan +
diff --git a/client/src/index.js b/client/src/index.js index 3497502..3580fa3 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -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( , diff --git a/client/src/resources/favicon.png b/client/src/resources/favicon.png new file mode 100644 index 0000000..0f76b6c Binary files /dev/null and b/client/src/resources/favicon.png differ diff --git a/client/webpack.config.js b/client/webpack.config.js index 7dc5642..c5075d4 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -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: {