Commit bd8cb26
committed
fix: redirect /nox-protocol/ trailing slash to docs.noxprotocol.io
The /nox-protocol/:path+ rule required at least one path segment, so
/nox-protocol/ (with a trailing slash and empty path) matched neither it
nor the bare /nox-protocol rule and returned a 404. Switch the source and
destination to :path* so the trailing-slash case maps to the new domain
root.1 parent 7036968 commit bd8cb26
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments