mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
chore: change pwa module name (#1947)
This commit is contained in:
parent
ab2881b9a2
commit
685b16d403
1 changed files with 1 additions and 1 deletions
|
@ -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 => ({
|
||||
|
|
Loading…
Reference in a new issue