I need to make /home page of eCommerce site to route me to the product category page. I think this can be achieved by creating a custom page for product category and then route to the page.
Is there another way to achieve this as I don't want to create a new product category page? I believe this is not an elegant solution which will make future changes be more complex (in case default category page is modified, you will need to modify the new page as well). Is there a way to 'just' open default category page but for some specific category name or Id?