Tianhe Gao

重定向通过 Vercel 部署的网站

vercel.json:

    {
      "redirects": [
          { "source": "/life", "destination": "/life/" },
          { "source": "/tech", "destination": "/tech/" }
      ]
    }

Welcome to tell me your thoughts via "email"
UP