Update logo and favicon (#177)
This commit is contained in:
parent
cc83bc319c
commit
7caacc2ebf
2
build.ts
2
build.ts
@ -22,7 +22,7 @@ async function prepareAssets(dist: string) {
|
|||||||
await copy("web/index.html", `${dist}/web/index.html`, {
|
await copy("web/index.html", `${dist}/web/index.html`, {
|
||||||
overwrite: true,
|
overwrite: true,
|
||||||
});
|
});
|
||||||
await copy("web/images/favicon.gif", `${dist}/web/favicon.gif`, {
|
await copy("web/images/favicon.png", `${dist}/web/favicon.png`, {
|
||||||
overwrite: true,
|
overwrite: true,
|
||||||
});
|
});
|
||||||
await copy("web/images/logo.png", `${dist}/web/logo.png`, {
|
await copy("web/images/logo.png", `${dist}/web/logo.png`, {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
BIN
web/images/favicon.png
Normal file
BIN
web/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 911 KiB After Width: | Height: | Size: 396 KiB |
Binary file not shown.
BIN
web/images/silver-bullet.sketch
Normal file
BIN
web/images/silver-bullet.sketch
Normal file
Binary file not shown.
@ -38,7 +38,7 @@
|
|||||||
<link rel="stylesheet" href="/main.css" />
|
<link rel="stylesheet" href="/main.css" />
|
||||||
<script type="module" src="/client.js"></script>
|
<script type="module" src="/client.js"></script>
|
||||||
<link rel="manifest" href="/manifest.json" -->
|
<link rel="manifest" href="/manifest.json" -->
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.gif" />
|
<link rel="icon" type="image/x-icon" href="/favicon.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="sb-root"></div>
|
<div id="sb-root"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user