Skip to content

Commit

Permalink
add favicon (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Mar 14, 2021
1 parent 69b66ad commit 2393103
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added assets/prismarinejs.ico
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>Prismarine Web Client</title>
<link rel="stylesheet" href="styles.css">
<link rel="favicon" href="favicon.ico">
</head>
<body>
<div id="hotbar-wrapper" style="display: none;">
Expand Down
1 change: 1 addition & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const config = {
{ from: path.join(__dirname, '/node_modules/prismarine-viewer/public/supportedVersions.json'), to: './' },
{ from: path.join(__dirname, 'assets/aVeryUniqueGameia.woff'), to: './' },
{ from: path.join(__dirname, 'assets/mojangles.ttf'), to: './' },
{ from: path.join(__dirname, 'assets/prismarinejs.ico'), to: './favicon.ico' },
{ from: path.join(__dirname, 'extra-textures/'), to: './extra-textures/' }
]
})
Expand Down

0 comments on commit 2393103

Please sign in to comment.