I am trying to find a way to determine if I am on the home page and then take a specific action, without doing so on other pages. This component is imported on every page.
Is there a method to detect whether I am on the home page from within this component?
Thank you