Blog is not configured
The blog is an optional SaaSKit feature. To enable it, setWP_REST_ENDPOINTto your WordPress REST API base URL.
Quick setup
- Set
WP_REST_ENDPOINTin.env(local) or in your production environment. - Example:
https://example.com/wp-json/wp/v2 - Reload the page.
See docs/optional-features.md for details.