Hi there ๐
I'd like to use the Multi-Tenants feature and have the same Next Js code base for my front end. The idea is to easily duplicate the same site several times and just change the CSS (colors, CTA shape...) depending on the domain, while keeping the same collection structure and components across all sites. The idea is to have only one code to maintain. I've already looked at the example provided by Payload but I'm not sure what is the right logic to adopt?
Thanks for your help!