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?
you can add this settings file
nuxt.config.ts
ignore: [
'components/web/**/*',
'pages/auth/**/*',
'pages/home/**/*',
'pages/settings/**/*',
]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With