From 72c7d7f92898ff10632484c6d0f2db3bf8d1c254 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Thu, 14 Aug 2025 16:05:20 -0400 Subject: [PATCH] fix invalid yaml --- fern/products/docs/pages/seo/redirects.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/products/docs/pages/seo/redirects.mdx b/fern/products/docs/pages/seo/redirects.mdx index d17d9f66b..3e5eef74d 100644 --- a/fern/products/docs/pages/seo/redirects.mdx +++ b/fern/products/docs/pages/seo/redirects.mdx @@ -14,8 +14,8 @@ The `redirects` object allows you to redirect traffic from one path to another. # Exact path redirects - source: "/old-path" destination: "/new-path" -- source: "/old-folder/path" -destination: "/new-folder/path" + - source: "/old-folder/path" + destination: "/new-folder/path" # Regex-based redirects - source: "/old-folder/:slug" # <- /old-folder/foo, /old-folder/bar, etc.