{ "cleanUrls": true, "trailingSlash": false, "redirects": [ { "source": "/", "destination": "/docs/category/getting-started", "permanent": true } ], "headers": [ { "source": "/(.*)\\.md$", "headers": [ { "key": "X-Robots-Tag", "value": "noindex, nofollow" }, { "key": "Content-Type", "value": "text/markdown; charset=utf-8" } ] }, { "source": "/(.*)\\.mdx$", "headers": [ { "key": "X-Robots-Tag", "value": "noindex, nofollow" } ] } ] }