Nested Publishing with Astro
A short walkthrough of keeping root navigation simple while nested sites keep their own identity.
Keep the public path obvious
One of the useful things about the froodx root site is that it can surface selected nested projects without flattening everything into a single visual system.
That means the root can carry navigation, project framing, and publishing logic, while a nested site like Modifyre keeps its own content model and design tone.
Why that matters
- deployment paths stay explicit
- the public wrapper stays small
- nested projects remain easier to reason about
