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.
manifest
pwa.manifest
1 parent 34339b7 commit 622fbaeCopy full SHA for 622fbae
docs/nuxt.config.js
@@ -180,10 +180,21 @@ module.exports = {
180
},
181
182
manifest: {
183
- name: 'BootstrapVue',
184
- short_name: 'BootstrapVue',
185
- description: 'Quickly integrate Bootstrap v4 components with Vue.js',
186
- theme_color: '#563d7c'
+ // Hack needed to get around a bug in 3.0.0-beta.17 of @nuxtjs/pwa
+ icons: []
+ },
+
187
+ pwa: {
188
+ icon: {
189
+ // iconFileName: 'icon.png',
190
+ iconSrc: '~/static/icon.png'
191
192
+ manifest: {
193
+ name: 'BootstrapVue',
194
+ short_name: 'BootstrapVue',
195
+ description: 'Quickly integrate Bootstrap v4 components with Vue.js',
196
+ theme_color: '#563d7c'
197
+ }
198
199
200
generate: {
0 commit comments