We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9757f14 commit 6d26c75Copy full SHA for 6d26c75
packages/@vue/cli-plugin-pwa/generator/template/public/manifest.json
@@ -3,17 +3,17 @@
3
"short_name": "<%- rootOptions.projectName %>",
4
"icons": [
5
{
6
- "src": "/img/icons/android-chrome-192x192.png",
+ "src": "./img/icons/android-chrome-192x192.png",
7
"sizes": "192x192",
8
"type": "image/png"
9
},
10
11
- "src": "/img/icons/android-chrome-512x512.png",
+ "src": "./img/icons/android-chrome-512x512.png",
12
"sizes": "512x512",
13
14
}
15
],
16
- "start_url": "/index.html",
+ "start_url": "./index.html",
17
"display": "standalone",
18
"background_color": "#000000",
19
"theme_color": "#4DBA87"
0 commit comments