Tianhe Gao

重定向通过 Vercel 部署的网站

vercel.json:

1    {
2      "redirects": [
3          { "source": "/life", "destination": "/life/" },
4          { "source": "/tech", "destination": "/tech/" }
5      ]
6    }

No notes link to this note

Welcome to tell me your thoughts via "email"
UP