Where you build vs what visitors see
This saves the most time when debugging.
- Build pages in `/build` (editor mode).
- Publish, then review the same page in `/static` (live visitor output).
- If it looks different, compare the same section across those two routes first.
- Editor controls only exist in `/build`.
- Published visitors only see `/static` output.