Commit f9421fe
fix: encode slug segments in api/page URL (#68)
Slugs containing & were breaking the query string. Now each segment
is encoded with encodeURIComponent before joining.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3ee1722 commit f9421fe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments