.env.local
NEXT_PUBLIC_BASE_URL="https://yourwebsite.com"...and how to easily fix them!
๐ค Domain Expansion (Unlimited Void) requires a proper URL!
Solution: Set your website URL as NEXT_PUBLIC_BASE_URL in your environment variables (including https://).
NEXT_PUBLIC_BASE_URL="https://yourwebsite.com"๐ซ Your website might be having an identity crisis...
Solution: Publish the Site document in your Sanity Studio Studio.

๐๏ธ There's no place like... index?
Solution: Add a new Page document in your Sanity Studio with the slug: index.
It could also mean you may be missing a translation for a page with the slug: index.

๐ป Oof, your blog posts are ghosting...
Solution:
blog/.
Feel free to submit an issue on the GitHub repo!