When using the plugin on local development where the domain won't match the final production domain, we have found ourselves having to manually replace href's.
It would be nice to have an option where the plugin does a search-and-replace for the local URL with just <?php echo esc_url( site_url() ); ?> or something similar.