newsnow/vercel.json
2024-09-29 20:57:24 +08:00

12 lines
136 B
JSON

{
"rewrites": [
{
"source": "/:path((?!api).*)",
"destination": "/"
}
],
"github": {
"silent": true
}
}