From c5f36fbe2cd4ba055a1cf2c13fad023e6c67efc8 Mon Sep 17 00:00:00 2001 From: Unai Mengual Date: Fri, 9 Jun 2023 15:52:06 +0200 Subject: [PATCH] fix(schema): extend logo types --- nuxt.schema.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.schema.ts b/nuxt.schema.ts index 7173bc51a..69f460e4e 100644 --- a/nuxt.schema.ts +++ b/nuxt.schema.ts @@ -139,7 +139,10 @@ export default defineNuxtSchema({ * Boolean to disable or use the `Logo.vue` component. * * String to be used as a name of a component. + * + * Object that sets the light and dark logos. * + * @type {boolean|string|{dark: string, light: string}} * @example 'MyLogo' * @studioInput boolean */