diff --git a/nuxt.config.ts b/nuxt.config.ts index 56f441a9..ff7d508f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -333,6 +333,10 @@ declare global { } declare module '#app' { + interface PageMeta { + wideLayout?: boolean + } + interface RuntimeNuxtHooks { 'elk-logo:click': () => void }