aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-11-29 19:24:58 +0530
committerRitesh Ghosh <[email protected]>2023-11-29 19:24:58 +0530
commit2b44770a5e4ed5010c3f3de04a7fcbe6908662fc (patch)
tree06d19c8ff221cf1502ef80f35aa6651df3255893
parent08a9844e98d9f6795b8198391c43eddd5bc9dcb8 (diff)
downloadaniwatch-api-2b44770a5e4ed5010c3f3de04a7fcbe6908662fc.tar.xz
aniwatch-api-2b44770a5e4ed5010c3f3de04a7fcbe6908662fc.zip
build: add vercel config file
-rw-r--r--vercel.json8
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