Can't use custom layout on index.vue for root page
I'm encountering an issue when applying a layout to my index.vue for my root
/ path. Seemingly, nuxt is ignoring the definePageMeta({layout: 'authenticated'}) and is still using the default.vue layout. Trying definePageMeta() on a different page from root works. What could be the issue here?