From 685b16d403c74ef9503c43b91dca6e1b106049b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Mon, 3 Apr 2023 15:34:19 +0200 Subject: [PATCH] chore: change pwa module name (#1947) --- modules/pwa/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pwa/index.ts b/modules/pwa/index.ts index 1e76c32e..5b4cf3d8 100644 --- a/modules/pwa/index.ts +++ b/modules/pwa/index.ts @@ -11,7 +11,7 @@ import { type LocalizedWebManifest, createI18n, pwaLocales } from './i18n' export * from './types' export default defineNuxtModule({ meta: { - name: 'pwa', + name: 'elk-pwa', configKey: 'pwa', }, defaults: nuxt => ({