auto_score/AES-front/vercel.json

9 lines
96 B
JSON
Raw Permalink Normal View History

2024-12-29 20:44:44 +08:00
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}