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 ef8044f commit 0cba599Copy full SHA for 0cba599
fern/products/docs/pages/seo/redirects.mdx
@@ -20,8 +20,8 @@ destination: "/new-folder/path"
20
# Regex-based redirects
21
- source: "/old-folder/:slug" # <- /old-folder/foo, /old-folder/bar, etc.
22
destination: "/new-folder/:slug"
23
- - source: "/incorrect/:slug*" # <- /incorrect, /incorrect/foo/bar/baz, etc.
24
- destination: "/correct/:slug*"
+ - source: "/old-folder/:slug*" # <- /incorrect, /incorrect/foo/bar/baz, etc.
+ destination: "/new-folder/:slug*"
25
```
26
</CodeBlock>
27
0 commit comments