Hi, what’s the quickest (best) way to create a Splash page to display publicly whilst you’re working on the website? This is similar to how Shopify allows a “password page” for which if the password is removed, allows for a splash screen whilst the site is built in the background? Couldn’t find anything in the docs so help appreciated.
I’ve just been coding under a new page ‘/homepage2’ or similar then copying it across when I’m ready to go live.
Alternatively, you could use a redirect - so when someone types in your URL it redirects to ‘/splash’ for example. It’s not natively baked in, but Dejan posted a solution that worked for me in the Discord. Here’s a link to the messages. Hopefully that solution works for the homepage, also.