Hey there. Have you checked out the redirects option in Ghost? You can control the directing of links with a single json file and used regular expressions to catch multiple urls:
The "from" value should be relative to the site, so "/" in this case. Another option is to set your site to private mode, which would hide it from users as well as search engine crawler bots. The option can be found at the bottom of the General tab titled as “Make this site private”
Hey David, I’ve a similar issue but I’d like to have a different approach.
I’m using ghost as headless cms deployed on Digital Ocean with a Gatsby frontend deployed on Netlify.
I don’t want my writers to access the site from the Digital Ocean site connected with the ghost deployment since it’s using a completely different theme from the Gatsby frontend.
Is there a way I can disable the frontend in ghost and just use the backoffice?