This commit is contained in:
+19
-19
@@ -41,7 +41,7 @@ export default {
|
||||
|
||||
// Modules for dev and build (recommended) (https://go.nuxtjs.dev/config-modules)
|
||||
buildModules: [
|
||||
'@nuxtjs/pwa'
|
||||
// '@nuxtjs/pwa'
|
||||
],
|
||||
|
||||
// Modules (https://go.nuxtjs.dev/config-modules)
|
||||
@@ -50,24 +50,24 @@ export default {
|
||||
'@nuxtjs/axios',
|
||||
'@nuxtjs/auth'
|
||||
],
|
||||
pwa: {
|
||||
manifest: {
|
||||
name: 'وزن گریتینگ',
|
||||
short_name: 'ArakRail Grating',
|
||||
// description: state().meta_description.fa,
|
||||
description: false,
|
||||
lang: 'fa',
|
||||
useWebmanifestExtension: false,
|
||||
start_url: '/fa/pwa'
|
||||
},
|
||||
meta: {
|
||||
mobileAppIOS: true,
|
||||
name: 'اراک ریل'
|
||||
},
|
||||
workbox: {
|
||||
cleanupOutdatedCaches: true
|
||||
}
|
||||
},
|
||||
// pwa: {
|
||||
// manifest: {
|
||||
// name: 'وزن گریتینگ',
|
||||
// short_name: 'ArakRail Grating',
|
||||
// // description: state().meta_description.fa,
|
||||
// description: false,
|
||||
// lang: 'fa',
|
||||
// useWebmanifestExtension: false,
|
||||
// start_url: '/fa/pwa'
|
||||
// },
|
||||
// meta: {
|
||||
// mobileAppIOS: true,
|
||||
// name: 'اراک ریل'
|
||||
// },
|
||||
// workbox: {
|
||||
// cleanupOutdatedCaches: true
|
||||
// }
|
||||
// },
|
||||
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
|
||||
axios: {
|
||||
proxy: true
|
||||
|
||||
Reference in New Issue
Block a user