|
|
@ -11,7 +11,9 @@ export default { |
|
|
|
meta: [ |
|
|
|
{ charset: 'utf-8' }, |
|
|
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }, |
|
|
|
{ hid: 'description', name: 'description', content: 'Lightweight Sprint Reprospective Tool' } |
|
|
|
{ hid: 'description', name: 'description', content: 'Lightweight Sprint Reprospective Tool' }, |
|
|
|
{ hid: 'og:title', property: 'og:title', content: 'Fridayapp' }, |
|
|
|
{ hid: 'og:description', property: 'og:description', content: 'Lightweight Sprint Reprospective Tool' } |
|
|
|
], |
|
|
|
link: [ |
|
|
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } |
|
|
@ -48,14 +50,6 @@ export default { |
|
|
|
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
|
|
|
|
axios: {}, |
|
|
|
|
|
|
|
pwa: { |
|
|
|
meta: { |
|
|
|
mobileAppIOS: true, |
|
|
|
mobileApp: true, |
|
|
|
favicon: false |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
// Build Configuration (https://go.nuxtjs.dev/config-build)
|
|
|
|
build: { |
|
|
|
} |
|
|
|