Skip to content

Commit

Permalink
deployment-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdhesh-Varshney committed Oct 17, 2024
1 parent 8a49b78 commit b6be2ae
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"rewrites": [
"builds": [
{
"source": "/(.*)",
"destination": "/"
"src": "./src/app/**/*",
"use": "@vercel/next"
}
]
],
"outputDirectory": "./src/app"
}

0 comments on commit b6be2ae

Please sign in to comment.