Skip to content

Commit

Permalink
configuring
Browse files Browse the repository at this point in the history
  • Loading branch information
parthiv011 committed Aug 25, 2023
1 parent 7555fe1 commit 925f40a
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions PaymentApp/vercel.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"builds": [
{
"src": "PaymentApp/wsgi.py",
"use": "@vercel/python"
},
{
"src":"build_files.sh",
"dest":"@vercel/static-build",
"config": {
"distDir":"staticfiles_build"
}
"builds": [
{
"src": "PaymentApp/wsgi.py",
"use": "@vercel/python"
},
{
"src": "build_files.sh",
"config": {
"distDir": "staticfiles_build"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "PaymentApp/wsgi.py"
},{
"src": "/static/(.*)",
"dest": "/static/$1"
}
]
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "PaymentApp/wsgi.py"
},
{
"src": "/static/(.*)",
"dest": "/static/$1"
}
]
}

0 comments on commit 925f40a

Please sign in to comment.