diff options
| author | Fuwn <[email protected]> | 2024-11-18 20:22:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-18 20:26:35 -0800 |
| commit | e384732c7b8066cd8b96b2c20c01c491890ce397 (patch) | |
| tree | 89d4c48b10f37663fd18041c0fb485b71fab5e5f /vercel.json | |
| parent | docs(readme): create readme (diff) | |
| download | anilist.me-main.tar.xz anilist.me-main.zip | |
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 |