Skip to content

Commit

Permalink
deploy-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdhesh-Varshney committed Oct 17, 2024
1 parent d50d945 commit 3e2de2e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"builds": [
{
"src": "src/app/**/*",
"use": "@vercel/next"
}
],
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
"destination": "/src/app"
}
]
}

0 comments on commit 3e2de2e

Please sign in to comment.