ahbeng/NUSMods

View on GitHub
export/vercel.json

Summary

Maintainability
Test Coverage
{
  "routes": [
    { "handle": "filesystem" },
    {
      "src": "/(.*)",
      "status": 404,
      "dest": "/404.html"
    }
  ]
}