Skip to content

Commit 0555bd2

Browse files
authored
Nit: fix invalid yaml syntax (#458)
1 parent 120ecc9 commit 0555bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/products/docs/pages/seo/redirects.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The `redirects` object allows you to redirect traffic from one path to another.
1414
# Exact path redirects
1515
- source: "/old-path"
1616
destination: "/new-path"
17-
- source: "/old-folder/path"
18-
destination: "/new-folder/path"
17+
- source: "/old-folder/path"
18+
destination: "/new-folder/path"
1919

2020
# Regex-based redirects
2121
- source: "/old-folder/:slug" # <- /old-folder/foo, /old-folder/bar, etc.

0 commit comments

Comments
 (0)