##purelog-router-redicrect

实现博客的301功能，适用于博客搬家后改地址

##配置
  routes: [
    {path: /\/(\d+)\//i, to: "/archives/$1.html"}
  ]