diff options
| author | Fuwn <[email protected]> | 2023-09-14 21:09:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-14 21:09:37 -0700 |
| commit | 640348d28bd6084de4d29184a1ff62e9abd7b7f6 (patch) | |
| tree | c529a7923499b9a6354b69e15f12b7221affcfa0 | |
| parent | feat(html): better icon coverage (diff) | |
| download | due.moe-640348d28bd6084de4d29184a1ff62e9abd7b7f6.tar.xz due.moe-640348d28bd6084de4d29184a1ff62e9abd7b7f6.zip | |
fix(html): meta icon
| -rw-r--r-- | src/app.html | 2 | ||||
| -rw-r--r-- | static/favicon.ico | bin | 4286 -> 0 bytes | |||
| -rw-r--r-- | static/favicon.png | bin | 3290 -> 0 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/src/app.html b/src/app.html index 62561d4a..43217463 100644 --- a/src/app.html +++ b/src/app.html @@ -13,7 +13,7 @@ content="Instantly view which anime & manga on your lists have new episodes/chapters!" name="description" /> - <meta content="https://due.moe/favicon.png" property="og:image" /> + <meta content="%sveltekit.assets%/favicon-192x192.png" property="og:image" /> <!-- <meta name="msapplication-TileColor" content="#FFFFFF" /> --> <meta name="msapplication-TileImage" content="%sveltekit.assets%/favicon-144x144.png" /> diff --git a/static/favicon.ico b/static/favicon.ico Binary files differdeleted file mode 100644 index 9af1b535..00000000 --- a/static/favicon.ico +++ /dev/null diff --git a/static/favicon.png b/static/favicon.png Binary files differdeleted file mode 100644 index 1bb64260..00000000 --- a/static/favicon.png +++ /dev/null |