We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120ecc9 commit 0555bd2Copy full SHA for 0555bd2
fern/products/docs/pages/seo/redirects.mdx
@@ -14,8 +14,8 @@ The `redirects` object allows you to redirect traffic from one path to another.
14
# Exact path redirects
15
- source: "/old-path"
16
destination: "/new-path"
17
-- source: "/old-folder/path"
18
-destination: "/new-folder/path"
+ - source: "/old-folder/path"
+ destination: "/new-folder/path"
19
20
# Regex-based redirects
21
- source: "/old-folder/:slug" # <- /old-folder/foo, /old-folder/bar, etc.
0 commit comments