diff --git a/netlify.toml b/netlify.toml index 0b37ad2..bcd6bc0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -78,6 +78,12 @@ status = 301 force = true +[[redirects]] + from = "/page/blog" + to = "https://blog.ari-web.xyz/" + status = 301 + force = true + #################### [[redirects]]