Hi
I have an Umbraco 13 with a structure like this
Website(primary)
Site A
Site B
Website(secondary)
Website(tertiary)
When the user arrives to any level I want to get some content which is on Website(primary).
At the moment I have managed to partially do this by using the domains service but this doesn't seem to work fully.
How could I always get to the primary website no matter how I reach the site?
Thank you