@ashish2409
I have bagisto app on my subdomain
https://admin.example.com
it has the entire store that bagisto provides, products, categories, shopping cart etc. everything.
then I have https://admin.example.com/admin
this is where the admin panel is - which I use
On my main apex domain, https://example.com
I have my ecommerce website that I develop in Nuxt 3 from scratch. I source all the data displayed on that website from database and backend provided by Bagisto
(all my api endpoints go to https://admin.example.com/api/v1/...)
What I want is that when you go to https://admin.example.com and every other subroute of that page, for example https://admin.example.com/product-1, https://admin.example.com/page/about-us etc (basically every single SHOP view) I wan't it to NOT EXIST.
I'm not using it, and I don't want google or my clients to confuse this for the actual website (which is https://example.com)
HOWEVER, I'm still using admin panel (https://admin.example.com/admin) and I'm still using REST-API, so I can't just turn maintenance mode on.
Hope that clarifies it.