Broken Links
Catch broken links with our CLI. Simply install the CLI and run the command:Redirects
Set up 301 redirects by adding theredirects
field into your mint.json
file.
/source/path
to /destination/path
so that you don’t lose any previous SEO for the original page.
To match a wildcard path, use *
after a parameter. In this example, /beta/:slug*
will match /beta/introduction
and redirects it to /v2/introduction
.