Devtools shows layout instead of the devtools view
Hi! My devtools show the index (I assuem it's the layout) instead of the devtools view, I used Nuxt Vitesse starter.

nuxt.config.ts file:npx nuxi devtools enableapp.vueexport default defineNuxtConfig({
devtools: { enabled: true }
})<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>