Skip to content

Commit 82fcbf1

Browse files
authored
Fix email redirect format in _redirects file (#2286)
Updated email redirect to include a forward slash before the splat.
1 parent 71b5313 commit 82fcbf1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/stacks-docs/_redirects

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
https://alpha.stackoverflow.design/* https://stackoverflow.design/:splat 301
33
https://beta.stackoverflow.design/* https://stackoverflow.design/:splat 302
44

5-
65
# Email section → v2 docs
7-
/email/* https://v2.stackoverflow.design/email:splat 302
6+
/email/* https://v2.stackoverflow.design/email/:splat 302
87

98
# Redirects from v2 urls
109
/product /system/develop/using-stacks/ 302

0 commit comments

Comments
 (0)