We are building a website which have to consume multi Prismic repositories. And we only know which repo will be consumed after build time as it is based on a user selection on the client side.
We wanted to use Slices in order to give the ability to content management teams to organize content pages.
My question is, as the sm.json config only accepts a single repo endpoint. Is it possible to use Slices with multi-repo architecture? If yes, how?
Btw, the app is built with Nuxt but we cannot use the nuxt/prismic module as it does not work with multi-repo either way.