From 6d38f643aebe0a81b468b5b810787c1b50cc5828 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 22 May 2020 20:25:12 +0800 Subject: [PATCH] Disable PWA at local. --- _includes/head.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 7866b53..033b6c8 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -145,6 +145,8 @@ - + {% if jekyll.environment == 'production' %} + + {% endif %} \ No newline at end of file