From a20e0ed4de58d34cfa29fd927d8a34e378355079 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 10 Jan 2024 21:16:11 -0800 Subject: fix(html): use root for favicons --- src/app.html | 10 +++++----- static/manifest.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app.html b/src/app.html index ae2c98e0..ec7d0b50 100644 --- a/src/app.html +++ b/src/app.html @@ -52,11 +52,11 @@ - - - - - + + + + + diff --git a/static/manifest.json b/static/manifest.json index d198debb..3303032e 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -4,27 +4,27 @@ "start_url": "/", "icons": [ { - "src": "favicon-196x196.png", + "src": "https://due.moe/favicon-196x196.png", "type": "image/png", "sizes": "196x196" }, { - "src": "favicon-128.png", + "src": "https://due.moe/favicon-128.png", "type": "image/png", "sizes": "128x128" }, { - "src": "favicon-96x96.png", + "src": "https://due.moe/favicon-96x96.png", "type": "image/png", "sizes": "96x96" }, { - "src": "favicon-32x32.png", + "src": "https://due.moe/favicon-32x32.png", "type": "image/png", "sizes": "32x32" }, { - "src": "favicon-16x16.png", + "src": "https://due.moe/favicon-16x16.png", "type": "image/png", "sizes": "16x16" } -- cgit v1.2.3