Files
cs249r_book/.github
Vijay Janapa Reddi a0945d775d fix(deploy): add HTML redirect files for GitHub Pages
Addresses #1016

Changes:
- Added pdf.html and epub.html as client-side redirect files
- These use meta refresh and JavaScript redirect for GitHub Pages
- Removed _redirects file copying (Netlify-only feature)
- HTML redirects work on GitHub Pages which doesn't support server redirects

GitHub Pages will serve these HTML files at /pdf and /epub URLs, which
then redirect to the actual files in assets/downloads/.
2025-11-05 18:34:10 -05:00
..