Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiachen <zhangjc1999@gmail.com>2021-04-13 10:18:28 +0300
committerGitHub <noreply@github.com>2021-04-13 10:18:28 +0300
commit9be741a3238fe5c0d19bc77000057f0a4e1d1181 (patch)
treeb8e84916f0f826583df8b689bfaff74ccf7c2e59
parent342939db7eaf273b12337c2748586e91ac4e591d (diff)
fix: modify start_url to meet the PWA's fast and reliable requirment (#314)
-rw-r--r--static/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/manifest.json b/static/manifest.json
index 362888f..48e0607 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -12,5 +12,5 @@
"background_color": "#fff",
"display": "standalone",
"orientation": "portrait-primary",
- "start_url": "./?utm_source=homescreen"
+ "start_url": "/"
}