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 --- static/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'static') 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