diff options
Diffstat (limited to 'vercel.json')
| -rw-r--r-- | vercel.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..2892e91 --- /dev/null +++ b/vercel.json @@ -0,0 +1,12 @@ +{ + "routes": [ + { + "src": "/api/(.*)", + "dest": "/api/[username].ts" + }, + { + "src": "/(.*)", + "dest": "/api/[username].ts" + } + ] +}
\ No newline at end of file |