diff --git a/netlify.toml b/netlify.toml index f9f6f78..3a19cfc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -130,6 +130,12 @@ status = 301 force = true +[[redirects]] + from = "/mr" + to = "https://blog.ari-web.xyz/b/my-music-artist-recommendations/" + status = 301 + force = true + [[redirects]] from = "/:page" to = "/page/:page"