From baef16224cd08668aa612a2a2abc1ccc4fa3f1c2 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 11 Oct 2019 00:06:18 +0800 Subject: [PATCH] Update the tutorial. --- _posts/2019-08-11-customize-the-favicon.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_posts/2019-08-11-customize-the-favicon.md b/_posts/2019-08-11-customize-the-favicon.md index fc20760..7fd4532 100644 --- a/_posts/2019-08-11-customize-the-favicon.md +++ b/_posts/2019-08-11-customize-the-favicon.md @@ -16,7 +16,12 @@ Wait a moment for the website to generate icons of various sizes automatically. ![download-icons]({{ site.baseurl }}/assets/img/sample/download-icons.png) -Download the generated package and extract to override the files in directory `assets/img/favicons`. +Download the generated package and extract the contents to cover all files in folder `assets/img/favicons`, but except the following two: + +- browserconfig.xml +- manifest.json + + At last, rebuild the site so that the icon becomes your custom edition.