Just wanted to make sure I understand the redirects docs correctly…
So, I’ll be moving my blog from subdomain to subdirectory. Since I have some external links pointing to my current url (the one with subdomain), I was wondering if the below format is correct?
{
"from": "https://blog.domain.com/post-1" ,
"to": "https://domain.com/blog/post-1",
"permanent": true
},
{
"from": "https://blog.domain.com/post-2" ,
"to": "https://domain.com/blog/post-2",
"permanent": true
},
{
"from": "https://blog.domain.com/post-3" ,
"to": "https://domain.com/blog/post-3",
"permanent": true
}