Hello,
Currently I have this url pattern to support multi country for B2c store front..
https://localhost:9002/b2c/US/en/
storefrontcontextroot defined as /b2c. How do remove b2c from the URL? I want to my url to support multi country without b2c part of url. I tried playing with URL pattern and it didn't work..
Thanks in advance.