Commit 41f520a
committed
fix(docs): stop redirecting /auth/quickstart away from its own index
The 302 to /auth/quickstart/react was a workaround for the folder having
no index page. It has one now, and the redirect shadowed it — the URL the
landing links to never rendered the overview.
Exactly the case the "TEMPORARY (302) on purpose" comment was written
for, so nothing is cached hard and this takes effect immediately.
check-links can't catch it: it crawls prerendered HTML and the page file
exists — the redirect only applies at request time.1 parent 43a504e commit 41f520a
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 35 | + | |
| 36 | + | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
0 commit comments