In the Hubspot module, we have the option for logo settings. you can use this module on your website. and can change the logo redirections and set the default also.
Hi @NPeters , you could try using company_domain as described in the documentation. It prints the value set in Website > Pages > Branding > Logo Link. If that does not give the expected result, you could use group.absolute_url or content.absolute_url and use a filter to strip everything after the domain URL.
What is the usecase for retrieving the homepage URL? You could also use a link field in a global module and set it to the homepage. This is what we do for all the headers we create that include the logo of the website.
✅ Did my answer solve your issue? Help the community by marking it as the solution.