diff options
| author | Ritesh Ghosh <[email protected]> | 2023-11-29 19:24:58 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-11-29 19:24:58 +0530 |
| commit | 2b44770a5e4ed5010c3f3de04a7fcbe6908662fc (patch) | |
| tree | 06d19c8ff221cf1502ef80f35aa6651df3255893 | |
| parent | 08a9844e98d9f6795b8198391c43eddd5bc9dcb8 (diff) | |
| download | aniwatch-api-2b44770a5e4ed5010c3f3de04a7fcbe6908662fc.tar.xz aniwatch-api-2b44770a5e4ed5010c3f3de04a7fcbe6908662fc.zip | |
build: add vercel config file
| -rw-r--r-- | vercel.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..2bc8c24 --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "(.*)", + "destination": "/api" + } + ] +}
\ No newline at end of file |
