Files
Santhosh Janardhanan af112a713c
Some checks failed
ci / site (push) Has been cancelled
Initial commit - but way too late.
2026-02-10 00:22:18 -05:00

684 B

1. Reproduce And Diagnose

  • 1.1 Reproduce the 404 for /videos, /podcast, and /about in the deployed nginx/Docker setup
  • 1.2 Confirm the build output includes site/dist/videos/index.html, site/dist/podcast/index.html, and site/dist/about/index.html

2. Fix Static Serving

  • 2.1 Update nginx config to serve directory index pages for non-trailing-slash requests (e.g., add $uri/index.html to try_files)
  • 2.2 Rebuild the Docker image and restart the container

3. Verify

  • 3.1 Verify /videos, /podcast, and /about return 200 (both with and without trailing slash)
  • 3.2 Verify the fix does not mask real 404s for unknown paths