📁 .env.local
NEXT_PUBLIC_BASE_URL="https://yourwebsite.com"
...and how to easily fix them!
🫠 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
.
👻 Oof, your blog posts are ghosting...
Solution:
blog/*
.🤞 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"
Feel free to submit an issue on the GitHub repo!