diff --git a/nuxt.config.js b/nuxt.config.js index b2a26b9..f9e733a 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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