remove pwa
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-27 11:10:46 +03:30
parent 542a80b253
commit d0bd8291ff
+19 -19
View File
@@ -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