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