Deep Page (sub/)
This page is in a subdirectory (depth: 1).
With direction: "depth" mode:
- index.html → sub/deep.html = forwards (depth 0→1)
- sub/deep.html → index.html = backwards (depth 1→0)
Testing Direction Modes
Change DIRECTION_MODE in main.js to test:
"depth"- URL depth determines direction"history"- Browser back/forward only"manual"- Usesdata-sol-directionattribute"none"- No direction (default crossfade)