mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 17:20:21 -05:00
- Add /pdf redirect to book/netlify.toml pointing to /assets/Machine-Learning-Systems.pdf - Add /pdf redirect to book/_redirects for consistency with root configuration - Ensures all three key paths (/kits, /labs, /pdf) work correctly across all deployments
11 lines
530 B
Plaintext
11 lines
530 B
Plaintext
# Redirects for mlsysbook.ai domain
|
|
# These work with Netlify, Vercel, and other hosting platforms
|
|
|
|
/kits /contents/labs/kits.html 301
|
|
/kits/ /contents/labs/kits.html 301
|
|
/labs /contents/labs/labs.html 301
|
|
/labs/ /contents/labs/labs.html 301
|
|
/pdf /assets/Machine-Learning-Systems.pdf 301
|
|
|
|
# GitHub Pages fallback: use HTML redirect pages
|
|
# See kits.html for client-side redirect implementation |