This repository was archived by the owner on Aug 4, 2026. It is now read-only.
Commit 5157c71
committed
fix: point the Netlify project at the redirects too
The PR that switched the GitHub Pages deploy to redirects missed that this
repository is built by a Netlify project as well. That project has no config
in the repository, so its build command lives in Netlify's web UI, where a
change to .github/workflows/deploy.yml cannot reach it — it would have gone on
building and publishing the old mkdocs site regardless.
Two consequences, one of them visible right now: the deploy preview on this
pull request is the old site, which makes the redirects look broken to anyone
who clicks it, and any production deployment of that project is a third live
copy of the old site that neither the Pages redirects nor archiving would
touch.
Adds a netlify.toml so the build is defined in version control. It runs the
same redirect builder, and declares real 301s — Netlify can serve those, unlike
Pages — with the /projects/ rule ahead of the catch-all, since Netlify takes
the first match and that is the one page that did not survive as its own URL.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01U9zFxq8V4qxG4aMzJhGBFn1 parent 4291bc7 commit 5157c71
2 files changed
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments