Sometimes you have unfinished pages you don't want to make publicly available yet but you still want to publish the rest of your work.
You can either strictly work with feature branches, or you rename your page file ending into something like .txt, or you move them out of the pages directory.
Is it somehow possible to disable certain pages of your Nuxt 3 app?
Have you tried using the
.nuxtignore
file?https://nuxt.com/docs/guide/directory-structure/nuxtignore#nuxt-ignore-file
This seems to fit what you're trying to achieve.