Hello there,
i would to change the default homepage of my website to a category. How can i do that?
Thank you
You can change this in config.local.php around line 71
$config[‘customer_index’] = ‘index.php’;
Change the link to whatever page you want. Please correct me if I am wrong.