Hello guys. I have 3 or 4 React apps in the same m...
# sst
a
Hello guys. I have 3 or 4 React apps in the same mono-repo, and I want to deploy each of them using
ReactStaticSite
. I created one stack for each of them, now, I want to use the same domain to access them, but changing the path. Like:
<http://mycompany.com/site1|mycompany.com/site1>
,
<http://mycompany.com/site2|mycompany.com/site2>
…. etc. Is there a way to do this in the configuration? My idea is to have separated CFront Distributions for each, but sharing the same domain.
@thdxr ideas here?
a
Thank you for poiting this.
Im also doing MFE, haha.
Well, we were doing it for long time, but having separated repos and domains.
Now I want to use monorepo + single domain.