Appearance
需要在项目根目录下添加一个 Vercel 的配置文件 vercel.json,配置后重新部署即可
{ "rewrites": [ { "source": "/(.*)", "destination": "/" } ] }