摘要: 在项目根目录创建一个vercel.json文件,内容如下: { "rewrites": [{ "source": "/:path*", "destination": "/index.html" }] } 阅读全文
posted @ 2022-08-16 06:26 郭万新 阅读(1365) 评论(0) 推荐(1)