Commit f45dde3
Fix 404 page routing and cleanup
- Fix nginx config to serve custom 404 for missing routes (was falling back to index.html)
- Add `error_page 404 /404.html` with proper 404 status code
- Change `try_files` fallback from `/index.html` to `=404`
- Clean up unused CSS classes (.terminal-title, .command, .path, .comment)
- Add bidirectional transition for background fade
- Add flex-wrap to actions for mobile responsiveness
- Add aria-label to search button for accessibility
- Add max-width: none to prevent Starlight's 1280px constraint
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 16d2584 commit f45dde3
2 files changed
+3
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 139 | | |
148 | 140 | | |
149 | 141 | | |
| |||
284 | 276 | | |
285 | 277 | | |
286 | 278 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | 279 | | |
293 | 280 | | |
294 | 281 | | |
| |||
0 commit comments