Initial commit - but way too late.
Some checks failed
ci / site (push) Has been cancelled

This commit is contained in:
2026-02-10 00:22:18 -05:00
commit af112a713c
173 changed files with 27667 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
## Why
Users navigating to `/videos`, `/podcast`, and `/about` are landing on a 404, which breaks core site navigation and discovery. Fixing this restores expected browsing and improves user experience.
## What Changes
- Fix routing/serving so `/videos`, `/podcast`, and `/about` resolve to the actual generated pages instead of a 404.
- Ensure the fix applies in the deployed static hosting setup (nginx/Docker) and matches local expectations.
## Capabilities
### New Capabilities
<!-- None (bug fix only) -->
### Modified Capabilities
- `seo-content-surface`: Ensure indexable pages `/videos`, `/podcast`, and `/about` resolve correctly in deployed static serving environments (including requests without a trailing slash).
## Impact
- Static server configuration (nginx) and/or build output serving behavior.
- Improves navigation reliability and reduces drop-off from broken links.