From ef2e09fd9ac000c1a24d06d6435b0d098a2eb32d Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:33:39 +0800 Subject: [PATCH] Edit icon addresses in site webmanifest --- favicon/site.webmanifest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/favicon/site.webmanifest b/favicon/site.webmanifest index 5ed1a90..9a4694f 100644 --- a/favicon/site.webmanifest +++ b/favicon/site.webmanifest @@ -1,15 +1,15 @@ { - "name": "Leilukin's Hub", - "short_name": "Leilukin's Hub", + "name": "Leilukin's Hub Tumbleblog", + "short_name": "Leilukin's Hub Tumbleblog", "icons": [ { - "src": "/android-chrome-192x192.png", + "src": "./android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/android-chrome-512x512.png", + "src": "./android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }