Skip to content

Commit 4f30f5d

Browse files
committed
fix for the manifest.json issue #31
1 parent 73ce03b commit 4f30f5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/head-scripts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
gtag('config', 'G-S3HVPJX68V');
99
</script>
10-
<link rel="manifest" href="manifest.json">
10+
<link rel="manifest" href="/manifest.json">

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WebARKit",
33
"short_name": "WebARKit",
4-
"start_url": ".",
4+
"start_url": "/",
55
"display": "standalone",
66
"background_color": "#fff",
77
"theme_color": "#1E2A78",

service-worker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// set names for both precache & runtime cache
22
workbox.core.setCacheNameDetails({
33
prefix: 'webarkit-site',
4-
suffix: 'v1',
4+
suffix: 'v1.0',
55
precache: 'precache',
66
runtime: 'runtime-cache'
77
});

0 commit comments

Comments
 (0)