You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publish_page now reuses the page's currently-attached domain when custom_domain is omitted — mirroring the editor's publish modal, a plain publish_page({ page_id }) republish keeps the page live at its existing domain instead of silently dropping to an ephemeral /preview/<page_id> link; the domain is read from get_page_source, falling back to a find_pages lookup by id, and the dry-run response now notes when a domain was inherited this way. Pass custom_domain: '' to explicitly force a domain-less publish.