Keep in mind that this code will throw an error if the page doesn’t exist.
$url = ($page = $site->find($block->link())) ? $page->url() : null;
Keep in mind that this code will throw an error if the page doesn’t exist.
$url = ($page = $site->find($block->link())) ? $page->url() : null;