Hello everyone!
I'm working on a multidomain website system, all sites have their second level domain, and I'm brainstorming in using Astro for it. All sites are similar, the only changes are some colors and content and the choose between 5-6 templates, I'm developing a Strapi server to fetch via api details for the single site. Is there a way to use a single Astro installation to manage all sites? Some pages must be SSR, so nodejs will be used for sure. The perfect thing will be something like a single installation with different folders for single website and shared components and a different layout for every template.
Every help, suggestion or idea is welcome!
#Multidomain Astro installation
4 messages · Page 1 of 1 (latest)
This is possible using a mono repo setup, This is a good template / example of how to set one up using Turborepo and Vercel: https://github.com/kyr0/astro-launchpad
is it possible to make more sites with only one Astro installation or I need one installation per site?
What do you mean by one installation per site?
I am not too familiar with mono repo setups but the example above has multiple Astro websites and the Astro packages are only installed once. This section explains it a bit https://github.com/kyr0/astro-launchpad#app