I am working with a mostly clean install of WordPress 6.6 and the Twenty Twenty-Four theme. By default, the theme has a Site Title block in the header with the option "Make title link to home" enabled. This feature works until installing the Make Paths Relative plugin. After installing and configuring the plugin to act on all the links in the body, the site title no longer links to the home page. Inspecting the code I can see the href attribute of this link has become empty. Seems like the plugin is a little too good at removing the absolute URL and doesn't allow for a '/' href to match the home page.
I am working with a mostly clean install of WordPress 6.6 and the Twenty Twenty-Four theme. By default, the theme has a Site Title block in the header with the option "Make title link to home" enabled. This feature works until installing the Make Paths Relative plugin. After installing and configuring the plugin to act on all the links in the body, the site title no longer links to the home page. Inspecting the code I can see the href attribute of this link has become empty. Seems like the plugin is a little too good at removing the absolute URL and doesn't allow for a '/' href to match the home page.