search

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

vercel.json (282B)


      1 {
      2     "version": 2,
      3     "github": {
      4         "silent": true
      5     },
      6     "builds": [
      7         {
      8             "src": "/index.js",
      9             "use": "@vercel/node"
     10         }
     11     ],
     12     "rewrites": [
     13         {
     14             "source": "/(.*)",
     15             "destination": "/"
     16         }
     17     ]
     18 }