chore: change pwa module name (#1947)

This commit is contained in:
Joaquín Sánchez 2023-04-03 15:34:19 +02:00 committed by GitHub
parent ab2881b9a2
commit 685b16d403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ import { type LocalizedWebManifest, createI18n, pwaLocales } from './i18n'
export * from './types'
export default defineNuxtModule<VitePWANuxtOptions>({
meta: {
name: 'pwa',
name: 'elk-pwa',
configKey: 'pwa',
},
defaults: nuxt => ({