From be1d1554ea2dcf8b640cb47412b9213b932120f8 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 30 May 2020 03:42:13 +0800 Subject: [PATCH] Corrected url within mainfest. --- assets/img/favicons/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/img/favicons/manifest.json b/assets/img/favicons/manifest.json index 7041fb2..a6e323e 100644 --- a/assets/img/favicons/manifest.json +++ b/assets/img/favicons/manifest.json @@ -8,7 +8,7 @@ layout: compress # MIT License --- -{% assign icon_url = "/assets/img/favicons/" | relative_url %} +{% assign icon_url = "/assets/img/favicons" | relative_url %} { "name": "{{ site.title }}",