#Is it possible to definePageMeta on layout?
6 messages · Page 1 of 1 (latest)
Hi, which kind of data would you like to set?
I would like to set auth: true for the nuxt auth module
I see. So yeah the definePageMeta itsself is only for pages. https://nuxt.com/docs/api/utils/define-page-meta. See https://github.com/nuxt/nuxt/issues/15579
Do you use sidebase/nuxt-auth?
Maybe they have an additional way of setting this value, e.g. through middleware.