Commit 2ca7d0c
committed
fix: strip trailing slash from doc page slug
Cloudflare Pages serves URLs with trailing slashes, causing the slug
to be "paragraph-borders/" instead of "paragraph-borders". This made
the page render "Page Not Found" — which Google flagged as a Soft 404.1 parent 2b62e8c commit 2ca7d0c
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments