We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ce03b commit 4f30f5dCopy full SHA for 4f30f5d
_includes/head-scripts.html
@@ -7,4 +7,4 @@
7
8
gtag('config', 'G-S3HVPJX68V');
9
</script>
10
-<link rel="manifest" href="manifest.json">
+<link rel="manifest" href="/manifest.json">
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "WebARKit",
3
"short_name": "WebARKit",
4
- "start_url": ".",
+ "start_url": "/",
5
"display": "standalone",
6
"background_color": "#fff",
"theme_color": "#1E2A78",
service-worker.js
// set names for both precache & runtime cache
workbox.core.setCacheNameDetails({
prefix: 'webarkit-site',
- suffix: 'v1',
+ suffix: 'v1.0',
precache: 'precache',
runtime: 'runtime-cache'
});
0 commit comments