Removed absolute PWA attributes
This commit is contained in:
parent
23966b1103
commit
80cb613888
1 changed files with 0 additions and 10 deletions
|
|
@ -75,16 +75,6 @@ export default {
|
|||
content: "no",
|
||||
},
|
||||
],
|
||||
link: [
|
||||
{
|
||||
rel: "apple-touch-icon",
|
||||
href: "/icon.png",
|
||||
},
|
||||
{
|
||||
rel: "apple-touch-startup-image",
|
||||
href: "/icon.png",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
// Customize the progress-bar color (https://nuxtjs.org/api/configuration-loading/#customizing-the-progress-bar)
|
||||
|
|
|
|||
Loading…
Reference in a new issue