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

  1. Set WP_REST_ENDPOINT in .env (local) or in your production environment.
  2. Example:https://example.com/wp-json/wp/v2
  3. Reload the page.

See docs/optional-features.md for details.