Redirect
Warning
This post is more than a year old. Information may be outdated.
Redirect in Cloudflare
Redirect in Vercel
Comments
{
"redirects": [
{
"source": "/research/:path(.*)",
"destination": "/r/:path",
"permanent": true
},
{
"source": "/blog/:path(.*)",
"destination": "/w/:path",
"permanent": true
},
{
"source": "/ko/research/:path(.*)",
"destination": "/ko/r/:path",
"permanent": true
},
{
"source": "/ko/blog/:path(.*)",
"destination": "/ko/w/:path",
"permanent": true
},
{
"source": "/research/",
"destination": "/r/",
"permanent": true
},
{
"source": "/blog/",
"destination": "/w/",
"permanent": true
},
{
"source": "/ko/research/",
"destination": "/ko/r/",
"permanent": true
},
{
"source": "/ko/blog/",
"destination": "/ko/w/",
"permanent": true
}
]
}
HTTP/1.1 308 Permanent Redirect.No comments yet. Be the first to share your thoughts.