Can I have multiple domains pointing to different folders of my repo on netlify?

hi @alimbolar

This is possible! But It’ll depend on how you have things structured.

If each brand folders are output folders, generated automatically on each build then you can set up multiple sites, each one having a different publish directory.

If each brand folders are different repos inside the same monorepo, then you can use our monorepo approach and still have different sites.

If each brand builds from separate branches inside the same repo you could do it with Branch Subdomains (this option is enabled by default if you’re using Netlify DNS or we can enable it for you if you’re managing your own DNS).

Just a few suggestions. Can you share more details about your workflow and how you’re building this?

Thanks!