Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I've set up a headless Shopify store using Nextjs and my own domain at art-ificial.tech. I'm using Shopify storefront api to create a checkout and redirecting my customers to there. My problem is that my existing shopify storefront (that I don't use) is still available at checkout.art-ificial.tech. How do I remove this storefront? Note: this is also an issue because if a customer clicks on the Art-Ificial text in the top left corner on the Shopify checkout, it will take them to checkout.art-ificial.tech (the unused storefront) and not art-ificial.tech (the real store pulling + displaying products using storefront api).
1. Hides all content on the Shopify Store
2. Shows a "Please wait..."
3. Redirects to the custom store after 1 second.