Vercel部署Rin无法登录
项目地址:https://github.com/openRin/Rin
在client目录下创建vercel.json文件,配置路由重定向。
添加内容如下:
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}
项目地址:https://github.com/openRin/Rin
在client目录下创建vercel.json文件,配置路由重定向。
添加内容如下:
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}