Commit 29305bc
committed
docs: call the redirect step a redirect, not a rewrite
The lifecycle step added last commit was headed "Declarative rewrites",
and neither key rewrites anything: webjs.redirects replies with a
configured redirect status and a Location header, and webjs.trailingSlash
308-redirects the non-canonical form. A rewrite is a distinct concept the
audience for this page brings from Next, where it proxies internally with
no client-visible redirect, and WebJs ships no such key, so the heading
invented a feature. Every other surface this PR touches already says
redirect.1 parent cc3e695 commit 29305bc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments