chore: change pwa module name (#1947)
parent
ab2881b9a2
commit
685b16d403
|
@ -11,7 +11,7 @@ import { type LocalizedWebManifest, createI18n, pwaLocales } from './i18n'
|
||||||
export * from './types'
|
export * from './types'
|
||||||
export default defineNuxtModule<VitePWANuxtOptions>({
|
export default defineNuxtModule<VitePWANuxtOptions>({
|
||||||
meta: {
|
meta: {
|
||||||
name: 'pwa',
|
name: 'elk-pwa',
|
||||||
configKey: 'pwa',
|
configKey: 'pwa',
|
||||||
},
|
},
|
||||||
defaults: nuxt => ({
|
defaults: nuxt => ({
|
||||||
|
|
Loading…
Reference in New Issue