aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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