diff options
| author | Fuwn <[email protected]> | 2023-08-29 01:59:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-08-29 01:59:53 -0700 |
| commit | d7ba32ed4da8b3113ada78d12b19e1dd6425b6f3 (patch) | |
| tree | fccf6e6429d47fcdb13ffca6304649f0ccae9180 /src/app.html | |
| parent | feat(app.html): seo (diff) | |
| download | due.moe-d7ba32ed4da8b3113ada78d12b19e1dd6425b6f3.tar.xz due.moe-d7ba32ed4da8b3113ada78d12b19e1dd6425b6f3.zip | |
fix(app.html): png image
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.html b/src/app.html index 8f540a73..c2d4576c 100644 --- a/src/app.html +++ b/src/app.html @@ -6,7 +6,7 @@ <meta content="期限" property="og:title"> <meta content="due.moe" property="og:site_name"> <meta content="Instantly view which anime & manga on your lists have new episodes/chapters!" property="og:description"> - <meta content="https://due.moe/favicon.ico" property="og:image"> + <meta content="https://due.moe/favicon.png" property="og:image"> <title>期限</title> |