How to Remove /default from the URL in Vue Storefront 2 with Magento 2
I am using Vue Storefront 2 with Magento 2. I want to remove /default from the URL (e.g., http://localhost:3000/default) and make it accessible directly via the domain, such as http://localhost:3000. Where should I make the changes in the code files?
0 Replies