Ig0tU commited on
Commit
eb3d5a1
·
1 Parent(s): 6f5bf7c

chore: add vercel.json for deployment

Browse files
Files changed (1) hide show
  1. vercel.json +8 -0
vercel.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "rewrites": [
3
+ {
4
+ "source": "/(.*)",
5
+ "destination": "/main.py"
6
+ }
7
+ ]
8
+ }